fix(Script/DeathKnight): A Special Surprise Npcs issues. (#20178)
This commit is contained in:
parent
dedea7425e
commit
84646a7955
1 changed files with 3 additions and 1 deletions
|
|
@ -623,7 +623,8 @@ public:
|
|||
ExecuteSpeech_Counter = 0;
|
||||
PlayerGUID.Clear();
|
||||
|
||||
me->SetImmuneToPC(false);
|
||||
me->SetReactState(REACT_PASSIVE);
|
||||
me->SetImmuneToPC(true);
|
||||
}
|
||||
|
||||
bool MeetQuestCondition(Player* player)
|
||||
|
|
@ -734,6 +735,7 @@ public:
|
|||
case 9:
|
||||
Talk(SAY_EXEC_TIME, player);
|
||||
me->SetStandState(UNIT_STAND_STATE_KNEEL);
|
||||
me->SetReactState(REACT_PASSIVE);
|
||||
me->SetImmuneToPC(false);
|
||||
break;
|
||||
case 10:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue