diff options
Diffstat (limited to 'src/game/SpellMgr.h')
-rw-r--r-- | src/game/SpellMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellMgr.h b/src/game/SpellMgr.h index e6d053311a1..fb38e36bafd 100644 --- a/src/game/SpellMgr.h +++ b/src/game/SpellMgr.h @@ -187,7 +187,7 @@ enum SpellLinkedType SPELL_LINK_REMOVE = 0, }; -SpellSpecific GetSpellSpecific(uint32 spellId); +SpellSpecific GetSpellSpecific(SpellEntry const * spellInfo); AuraState GetSpellAuraState(SpellEntry const * spellInfo); // Different spell properties |