aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2014_09_13_04_world_misc.sql26
-rw-r--r--sql/updates/world/2014_09_13_05world_misc_335.sql8
-rw-r--r--sql/updates/world/2014_09_14_00_world_waypoint_scripts.sql1
3 files changed, 35 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_13_04_world_misc.sql b/sql/updates/world/2014_09_13_04_world_misc.sql
new file mode 100644
index 00000000000..1d3290071c8
--- /dev/null
+++ b/sql/updates/world/2014_09_13_04_world_misc.sql
@@ -0,0 +1,26 @@
+SET @CGUID := 52390;
+
+UPDATE `smart_scripts` SET `event_type`=7 WHERE `entryorguid`=28083 AND `source_type`=0 AND `id`=17 AND `link`=18;
+DELETE FROM `smart_scripts` WHERE `entryorguid`=28083 AND `source_type`=0 AND `id`=16 AND `link`=17;
+DELETE FROM `smart_scripts` WHERE `entryorguid`=28083 AND `source_type`=0 AND `id`=8 AND `link`=0;
+UPDATE `smart_scripts` SET `event_type`=1, `event_param3`=60000, `event_param4`=90000 WHERE `entryorguid`=28083 AND `source_type`=0 AND `id`=1 AND `link`=0;
+DELETE FROM `smart_scripts` WHERE `entryorguid`=28083 AND `source_type`=0 AND `id`=0 AND `link`=1;
+UPDATE `smart_scripts` SET `event_type`=4 WHERE `entryorguid`=28083 AND `source_type`=0 AND `id`=3 AND `link`=4;
+DELETE FROM `smart_scripts` WHERE `entryorguid`=28083 AND `source_type`=0 AND `id`=2;
+UPDATE `smart_scripts` SET `event_flags`=0 WHERE `entryorguid`=11832 AND `source_type`=0 AND `id`=4 AND `link`=0;
+UPDATE `smart_scripts` SET `event_flags`=0 WHERE `entryorguid`=1183201 AND `source_type`=9 AND `id`=0 AND `link`=0;
+
+DELETE FROM `creature_template_addon` WHERE `entry` IN(19698,23383,19671);
+INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES
+(19698, 0, 0x10008, 0x1, ''), -- 19698
+(23383, 0, 0x0, 0x1, ''), -- 23383
+(19671, 0, 0x0, 0x101, ''); -- 19671
+
+DELETE FROM `creature` WHERE `id` IN(19698,23383);
+INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES
+(@CGUID+0, 19698, 530, 1, 1, -3345.276, 5189.063, -100.9659, 5.77704, 120, 0, 0), -- 19698 (Area: 3519)
+(@CGUID+1, 23383, 530, 1, 1, -3664.54, 3389.79, 312.952, 2.356194, 120, 0, 0); -- 23383 (Area: 3519)
+
+DELETE FROM `event_scripts` WHERE `id`=17209 AND `command`=8;
+INSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES
+(17209, 1, 8, 27995, 1, 0, 0, 0, 0, 0);
diff --git a/sql/updates/world/2014_09_13_05world_misc_335.sql b/sql/updates/world/2014_09_13_05world_misc_335.sql
new file mode 100644
index 00000000000..eb701a48cc4
--- /dev/null
+++ b/sql/updates/world/2014_09_13_05world_misc_335.sql
@@ -0,0 +1,8 @@
+UPDATE `gameobject_template` SET `AIName`='SmartGameObjectAI',`ScriptName`='' WHERE `entry`IN(183877);
+DELETE FROM `smart_scripts` WHERE `entryorguid`IN(183877) AND `source_type`=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
+(183877, 1, 0, 0, 62, 0, 100, 1, 8023, 0, 0, 0, 12, 19671, 8, 60000, 0, 0, 0, 8, 0, 0, 0, -351.345, -69.7118, -0.8754317, 4.34587, 'Ethereal Transporter Control Panel - On Gossip Option 0 Selected - Summon Cryo-Engineer Sha heen'),
+(183877, 1, 1, 0, 62, 0, 100, 0, 8023, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Ethereal Transporter Control Panel - On Gossip Option 0 Selected - Close Gossip');
+
+UPDATE `gossip_menu_option` SET `action_menu_id`=0 WHERE `menu_id`=8023 AND `id`=0;
diff --git a/sql/updates/world/2014_09_14_00_world_waypoint_scripts.sql b/sql/updates/world/2014_09_14_00_world_waypoint_scripts.sql
new file mode 100644
index 00000000000..ebb309aa9d6
--- /dev/null
+++ b/sql/updates/world/2014_09_14_00_world_waypoint_scripts.sql
@@ -0,0 +1 @@
+UPDATE `waypoint_scripts` SET `dataint`=13572 WHERE `guid`=346;