mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
fix(Scripts/Darkshore): Rabid Thistle Bear spawning with StandState Dead (#17875)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user