mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Core/Spells: Removed SpellEffIndex effIndex argument from spell effect handlers, it was commented out in almost every handler
This commit is contained in:
@@ -1263,7 +1263,7 @@ class spell_item_mingos_fortune_generator : public SpellScript
|
||||
return;
|
||||
}
|
||||
|
||||
CreateItem(effIndex, newitemid, ItemContext::NONE);
|
||||
CreateItem(newitemid, ItemContext::NONE);
|
||||
}
|
||||
|
||||
void Register() override
|
||||
|
||||
Reference in New Issue
Block a user