diff options
Diffstat (limited to 'src/server/game/Spells/SpellScript.h')
-rw-r--r-- | src/server/game/Spells/SpellScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellScript.h b/src/server/game/Spells/SpellScript.h index 9457957b539..e4c3cca9387 100644 --- a/src/server/game/Spells/SpellScript.h +++ b/src/server/game/Spells/SpellScript.h @@ -498,7 +498,7 @@ class TC_GAME_API SpellScript : public _SpellScript Item* GetCastItem() const; // Creates item. Calls Spell::DoCreateItem method. - void CreateItem(uint32 effIndex, uint32 itemId, ItemContext context); + void CreateItem(uint32 itemId, ItemContext context); // Returns SpellInfo from the spell that triggered the current one SpellInfo const* GetTriggeringSpell() const; |