mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
fix(Scripts/HoR): The correct method to fix Quel'Delar freeze (#25756)
This commit is contained in:
@@ -36,8 +36,8 @@ enum Data
|
||||
// Non-boss data (SetData/GetData only)
|
||||
DATA_INTRO,
|
||||
DATA_FROSTSWORN_GENERAL,
|
||||
DATA_BATTERED_HILT = 6, //For SAI DB
|
||||
DATA_LK_INTRO,
|
||||
DATA_BATTERED_HILT,
|
||||
DATA_WAVE_NUMBER,
|
||||
DATA_LK_BATTLE,
|
||||
DATA_SHIP_CAPTAIN,
|
||||
|
||||
@@ -60,7 +60,6 @@ public:
|
||||
case 5:
|
||||
_owner.SetFacingTo(2.82f);
|
||||
_owner.SetStandState(UNIT_STAND_STATE_KNEEL);
|
||||
_owner.m_Events.AddEventAtOffset(new UtherBatteredHiltEvent(_owner, 6), 3s);
|
||||
break;
|
||||
case 6:
|
||||
if (InstanceScript* inst = _owner.GetInstanceScript())
|
||||
|
||||
Reference in New Issue
Block a user