diff options
author | Killyana <morphone1@gmail.com> | 2019-03-06 13:30:53 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-03-06 13:30:53 +0100 |
commit | c826d86853fff8c5512a8f9d835d4a789a0a5bd5 (patch) | |
tree | b93cc5a6c35e931eebf0690e4ad888d09f7a60e5 | |
parent | 8e9cf36c3fe54aafed9a61ea5e91ce885a0c3602 (diff) |
DB/Quest: Neutralizing the Cauldrons
-rw-r--r-- | sql/updates/world/3.3.5/2019_03_06_01_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_03_06_01_world.sql b/sql/updates/world/3.3.5/2019_03_06_01_world.sql new file mode 100644 index 00000000000..33991efdb87 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_03_06_01_world.sql @@ -0,0 +1,11 @@ +-- +DELETE FROM `creature_template_addon` WHERE `entry`=25494; +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES (25494,"45655"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=45656; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 45656, 0, 0, 31, 0, 3, 25490, 0, 0, 0, 0, '', ''), +(13, 1, 45656, 0, 1, 31, 0, 3, 25492, 0, 0, 0, 0, '', ''), +(13, 1, 45656, 0, 2, 31, 0, 3, 25493, 0, 0, 0, 0, '', ''); +UPDATE `creature` SET `position_x`=4023.2124, `position_y`= 3604.93457, `position_z`= 106.49082 WHERE `guid`=109772; +UPDATE `creature` SET `position_x`=4125.8779, `position_y`=3638.740723, `position_z`= 93.987534 WHERE `guid`=85215; |