fix(Scripts/Darkshore): Rabid Thistle Bear spawning with StandState Dead (#17875)

This commit is contained in:
Gultask
2023-11-26 21:22:58 -03:00
committed by GitHub
parent ef1b3c2ea0
commit d3bef76fae

View File

@@ -455,7 +455,10 @@ public:
_playerGUID.Clear();
}
void Reset() override {}
void Reset() override
{
me->SetStandState(UNIT_STAND_STATE_STAND);
}
void SpellHit(Unit* /*caster*/, SpellInfo const* spellInfo) override
{