diff options
| author | Killyana <morphone1@gmail.com> | 2019-03-06 13:30:53 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-24 20:35:18 +0100 |
| commit | c0bcf98e0794c37b1bad8eff8aea6bd760884857 (patch) | |
| tree | dd9f16f0b0006da1b09c3986413c060da1250432 | |
| parent | 04df2b6dcad530850994a9345e294c94d04fb28b (diff) | |
DB/Quest: Neutralizing the Cauldrons
(cherry picked from commit c826d86853fff8c5512a8f9d835d4a789a0a5bd5)
| -rw-r--r-- | sql/updates/world/master/2021_11_24_22_world_2019_03_06_01_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_24_22_world_2019_03_06_01_world.sql b/sql/updates/world/master/2021_11_24_22_world_2019_03_06_01_world.sql new file mode 100644 index 00000000000..33991efdb87 --- /dev/null +++ b/sql/updates/world/master/2021_11_24_22_world_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; |
