From 74eeefa5be163a55489f91c05d7dfd1cb624c78d Mon Sep 17 00:00:00 2001 From: MitchesD Date: Sat, 13 Jun 2015 10:23:37 +0200 Subject: Rename 2015_05_01_00_world.sql to 2015_06_13_00_world.sql --- sql/updates/world/2015_05_01_00_world.sql | 17 ----------------- sql/updates/world/2015_06_13_00_world.sql | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 sql/updates/world/2015_05_01_00_world.sql create mode 100644 sql/updates/world/2015_06_13_00_world.sql diff --git a/sql/updates/world/2015_05_01_00_world.sql b/sql/updates/world/2015_05_01_00_world.sql deleted file mode 100644 index 41e1fecb7ca..00000000000 --- a/sql/updates/world/2015_05_01_00_world.sql +++ /dev/null @@ -1,17 +0,0 @@ -SET @GUID := 325984; - -DELETE FROM `creature` WHERE `guid` IN (@GUID, @GUID+1); -INSERT INTO `creature` (`guid`, `id`, `map`, `SpawnMask`, `PhaseId`, `PhaseGroup`, `modelid`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES -(@GUID, 20212, 642, 3, 0, 0, 0, 7.305609, -0.095246, 34.51022, 3.159046, 7200, 0, 0), -(@GUID+1, 20213, 641, 3, 0, 0, 0, 11.69965, 0.034146, 20.62076, 3.211406, 7200, 0, 0); - -DELETE FROM `creature_addon` WHERE `guid` IN (@GUID, @GUID+1); -INSERT INTO `creature_addon` (`guid`, `auras`) VALUES -(@GUID, 66656), -- Parachute -(@GUID+1, 66656); -- Parachute - -DELETE FROM `trinity_string` WHERE `entry` IN (1999, 1204, 1205); -INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES -(1999, 'You have left areatrigger %u.'), -(1204, 'You have entered areatrigger %u.'), -(1205, 'The battle will begin in 2 minutes.'); diff --git a/sql/updates/world/2015_06_13_00_world.sql b/sql/updates/world/2015_06_13_00_world.sql new file mode 100644 index 00000000000..41e1fecb7ca --- /dev/null +++ b/sql/updates/world/2015_06_13_00_world.sql @@ -0,0 +1,17 @@ +SET @GUID := 325984; + +DELETE FROM `creature` WHERE `guid` IN (@GUID, @GUID+1); +INSERT INTO `creature` (`guid`, `id`, `map`, `SpawnMask`, `PhaseId`, `PhaseGroup`, `modelid`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(@GUID, 20212, 642, 3, 0, 0, 0, 7.305609, -0.095246, 34.51022, 3.159046, 7200, 0, 0), +(@GUID+1, 20213, 641, 3, 0, 0, 0, 11.69965, 0.034146, 20.62076, 3.211406, 7200, 0, 0); + +DELETE FROM `creature_addon` WHERE `guid` IN (@GUID, @GUID+1); +INSERT INTO `creature_addon` (`guid`, `auras`) VALUES +(@GUID, 66656), -- Parachute +(@GUID+1, 66656); -- Parachute + +DELETE FROM `trinity_string` WHERE `entry` IN (1999, 1204, 1205); +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES +(1999, 'You have left areatrigger %u.'), +(1204, 'You have entered areatrigger %u.'), +(1205, 'The battle will begin in 2 minutes.'); -- cgit v1.2.3