fix(DB/Creature): Fix Power Spark movement (#24798)

This commit is contained in:
Andrew
2026-02-22 05:14:02 -03:00
committed by GitHub
parent def5924d3b
commit a4e1975a33
2 changed files with 8 additions and 1 deletions

View File

@@ -746,7 +746,6 @@ struct npc_power_spark : public NullCreatureAI
npc_power_spark(Creature* creature) : NullCreatureAI(creature)
{
_instance = me->GetInstanceScript();
me->CastSpell(me, SPELL_POWER_SPARK_VISUAL, false);
_checkTimer = 1000;
_moveTimer = 0;
}