Skip to content

Instantly share code, notes, and snippets.

@Zaffy
Created June 2, 2016 21:18
Show Gist options
  • Save Zaffy/bfbfd5ac434c8cdceebd05b12739cd02 to your computer and use it in GitHub Desktop.
Save Zaffy/bfbfd5ac434c8cdceebd05b12739cd02 to your computer and use it in GitHub Desktop.
diff --git a/src/game/SpellMgr.h b/src/game/SpellMgr.h
index e7361a9..e0c7ce7 100644
--- a/src/game/SpellMgr.h
+++ b/src/game/SpellMgr.h
@@ -921,7 +921,7 @@ class SpellMgr
return spell_id;
}
- uint32 SpellMgr::GetNextSpellInChain(uint32 spell_id) const
+ uint32 GetNextSpellInChain(uint32 spell_id) const
{
if (SpellChainNode const* node = GetSpellChainNode(spell_id))
if (node->next)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment