diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2016-03-06 21:59:07 +0000 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-09 00:31:49 +0200 |
commit | 6b9d74ae63b1059bd7de9854acf2a225b743ed65 (patch) | |
tree | b902c8dd6e700dccbd6ddb5236ef6a0f0799346d | |
parent | b16e4bbd0f00abd45bd3fd2481cb507231a548ff (diff) |
DB/Quest: Troll Patrol: High Standards
Closes #16734
(cherry picked from commit 83e8deaa8f9dffad33169090a7acabf001526582)
-rw-r--r-- | sql/updates/world/2016_04_09_00_world_2016_03_06_00_world.sql (renamed from sql/updates/world/2016_04_09_00_world2016_03_06_00_world.sql) | 0 | ||||
-rw-r--r-- | sql/updates/world/2016_04_09_01_world_2016_03_06_01_world.sql | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_09_00_world2016_03_06_00_world.sql b/sql/updates/world/2016_04_09_00_world_2016_03_06_00_world.sql index 85949288373..85949288373 100644 --- a/sql/updates/world/2016_04_09_00_world2016_03_06_00_world.sql +++ b/sql/updates/world/2016_04_09_00_world_2016_03_06_00_world.sql 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); |