From 6b9d74ae63b1059bd7de9854acf2a225b743ed65 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Sun, 6 Mar 2016 21:59:07 +0000 Subject: DB/Quest: Troll Patrol: High Standards Closes #16734 (cherry picked from commit 83e8deaa8f9dffad33169090a7acabf001526582) --- sql/updates/world/2016_04_09_00_world2016_03_06_00_world.sql | 3 --- sql/updates/world/2016_04_09_00_world_2016_03_06_00_world.sql | 3 +++ sql/updates/world/2016_04_09_01_world_2016_03_06_01_world.sql | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) delete mode 100644 sql/updates/world/2016_04_09_00_world2016_03_06_00_world.sql create mode 100644 sql/updates/world/2016_04_09_00_world_2016_03_06_00_world.sql create mode 100644 sql/updates/world/2016_04_09_01_world_2016_03_06_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_04_09_00_world2016_03_06_00_world.sql b/sql/updates/world/2016_04_09_00_world2016_03_06_00_world.sql deleted file mode 100644 index 85949288373..00000000000 --- a/sql/updates/world/2016_04_09_00_world2016_03_06_00_world.sql +++ /dev/null @@ -1,3 +0,0 @@ -DELETE FROM `gameobject` WHERE `guid` IN(62187,62190,62198); -UPDATE `smart_scripts` SET `target_type`=7 WHERE `entryorguid`=11448 AND `source_type`=0 AND `id`=2 AND `link`=0; -UPDATE `gameobject` SET `phaseId`=175 WHERE `guid`IN(16974,16976,99723); diff --git a/sql/updates/world/2016_04_09_00_world_2016_03_06_00_world.sql b/sql/updates/world/2016_04_09_00_world_2016_03_06_00_world.sql new file mode 100644 index 00000000000..85949288373 --- /dev/null +++ b/sql/updates/world/2016_04_09_00_world_2016_03_06_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `gameobject` WHERE `guid` IN(62187,62190,62198); +UPDATE `smart_scripts` SET `target_type`=7 WHERE `entryorguid`=11448 AND `source_type`=0 AND `id`=2 AND `link`=0; +UPDATE `gameobject` SET `phaseId`=175 WHERE `guid`IN(16974,16976,99723); diff --git a/sql/updates/world/2016_04_09_01_world_2016_03_06_01_world.sql b/sql/updates/world/2016_04_09_01_world_2016_03_06_01_world.sql new file mode 100644 index 00000000000..183121d6735 --- /dev/null +++ b/sql/updates/world/2016_04_09_01_world_2016_03_06_01_world.sql @@ -0,0 +1,7 @@ +UPDATE `smart_scripts` SET `link`=1 WHERE `entryorguid`IN (28064,28304,28305) AND `source_type`=0 AND `id`=0 AND `link`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`IN (28064,28304,28305) AND `source_type`=0 AND `id`=1; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(28064, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 11, 51249, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Drakkari Pedestal 01 - On Spellhit \'Place Banner\' - Cast Summon Agent Crusade Banner'), +(28304, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 11, 51249, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Drakkari Pedestal 02 - On Spellhit \'Place Banner\' - Cast Summon Agent Crusade Banner'), +(28305, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 11, 51249, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Drakkari Pedestal 02 - On Spellhit \'Place Banner\' - Cast Summon Agent Crusade Banner'); +UPDATE `creature` SET `spawndist`=0, `MovementType`=0 WHERE `guid` IN(109153,109501,110958); -- cgit v1.2.3