From 1100fe60572b186eee98b6b7cbdccf5a2d67b7e1 Mon Sep 17 00:00:00 2001 From: DDuarte Date: Tue, 5 Jul 2016 11:21:50 +0100 Subject: Scripts/Commands: Remove unused argument of .cometome command --- sql/updates/world/3.3.5/2016_07_05_01_world.sql | 5 +++++ sql/updates/world/3.3.5/2016_07_05_01_world_sql.sql | 5 ----- sql/updates/world/3.3.5/2016_07_05_02_world.sql | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 sql/updates/world/3.3.5/2016_07_05_01_world.sql delete mode 100644 sql/updates/world/3.3.5/2016_07_05_01_world_sql.sql create mode 100644 sql/updates/world/3.3.5/2016_07_05_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_07_05_01_world.sql b/sql/updates/world/3.3.5/2016_07_05_01_world.sql new file mode 100644 index 00000000000..f0319889412 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_07_05_01_world.sql @@ -0,0 +1,5 @@ +SET @CGUID := 11003; + +DELETE FROM `creature` WHERE `id`=40146; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID, 40146, 724, 0, 0, 15, 33, 0, 0, 3156.037, 533.2656, 72.97205, 0, 604800, 0, 0, 0, 0, 0, 0, 0, 0, 0); diff --git a/sql/updates/world/3.3.5/2016_07_05_01_world_sql.sql b/sql/updates/world/3.3.5/2016_07_05_01_world_sql.sql deleted file mode 100644 index f0319889412..00000000000 --- a/sql/updates/world/3.3.5/2016_07_05_01_world_sql.sql +++ /dev/null @@ -1,5 +0,0 @@ -SET @CGUID := 11003; - -DELETE FROM `creature` WHERE `id`=40146; -INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES -(@CGUID, 40146, 724, 0, 0, 15, 33, 0, 0, 3156.037, 533.2656, 72.97205, 0, 604800, 0, 0, 0, 0, 0, 0, 0, 0, 0); diff --git a/sql/updates/world/3.3.5/2016_07_05_02_world.sql b/sql/updates/world/3.3.5/2016_07_05_02_world.sql new file mode 100644 index 00000000000..2921c19b0c1 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_07_05_02_world.sql @@ -0,0 +1 @@ +UPDATE `command` SET `help` = 'Syntax: .cometome\nMake selected creature come to your current location (new position not saved to DB).' WHERE `command`.`name` = 'cometome'; -- cgit v1.2.3