fix(Scripts/TempleOfAhnQiraj): Battleground Sartura should not be ski… (#11596)
* fix(Scripts/TempleOfAhnQiraj): Battleground Sartura should not be skippable * Update instance_temple_of_ahnqiraj.cpp
This commit is contained in:
parent
12a0c6f1bc
commit
e7531fa2a9
3 changed files with 43 additions and 8 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `areatrigger_scripts` WHERE `entry` = 4052 AND `ScriptName` = 'at_battleguard_sartura';
|
||||
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
|
||||
(4052, 'at_battleguard_sartura');
|
||||
Loading…
Add table
Add a link
Reference in a new issue