remove hardcoded spellId

This commit is contained in:
Jelle Meeus
2024-04-26 01:33:08 +02:00
parent 4979969320
commit bb4a620beb

View File

@@ -545,7 +545,7 @@ public:
events.RepeatEvent(19000);
break;
case EVENT_MINION_STATIC_FIELD:
me->CastSpell(me, 90041, false);
me->CastSpell(me, SPELL_STATIC_FIELD, false);
events.RepeatEvent(3000);
break;
case EVENT_MINION_MAGNETIC_PULL: