mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
fix(Scripts/Creature): Tournament Training Dummy (#26521)
This commit is contained in:
@@ -1532,6 +1532,8 @@ public:
|
|||||||
|
|
||||||
void Reset() override
|
void Reset() override
|
||||||
{
|
{
|
||||||
|
// EnterEvadeMode override leaves UNIT_STATE_EVADE set; clear it so the dummy stays attackable
|
||||||
|
me->ClearUnitState(UNIT_STATE_EVADE);
|
||||||
me->SetControlled(true, UNIT_STATE_STUNNED);
|
me->SetControlled(true, UNIT_STATE_STUNNED);
|
||||||
isVulnerable = false;
|
isVulnerable = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user