mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
Core/Spells: Removed SpellEffIndex effIndex argument from spell effect handlers, it was commented out in almost every handler
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user