Scripts/Razorscale: Fixed issues related with Devouring Flame
Closes #20967 (cherry picked from commit 454a230af482ee37a6131572bd8f659bb06d2614)
This commit is contained in:
@@ -1467,8 +1467,12 @@ struct npc_razorscale_devouring_flame : public ScriptedAI
|
||||
|
||||
void Reset() override
|
||||
{
|
||||
DoCastSelf(DEVOURING_FLAME_GROUND);
|
||||
me->SetReactState(REACT_PASSIVE);
|
||||
DoCastSelf(DEVOURING_FLAME_GROUND, true);
|
||||
}
|
||||
|
||||
// Evade caused by Spell::SummonGuardian. Creature dont need evade at all, is despawned if razorscale enter in evade
|
||||
void EnterEvadeMode(EvadeReason why) override { }
|
||||
};
|
||||
|
||||
class go_razorscale_harpoon : public GameObjectScript
|
||||
|
||||
Reference in New Issue
Block a user