From 5cc3da12677f9018d64ae87ae6685f1d65c7c8d9 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 1 Sep 2015 18:00:55 +0200 Subject: [PATCH] DB/Spawns: Sync some 3.3.5a spawns with 3.3.5a db --- sql/updates/world/2015_09_01_04_world.sql | 7 +++++++ sql/updates/world/2015_09_01_05_world.sql | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 sql/updates/world/2015_09_01_04_world.sql create mode 100644 sql/updates/world/2015_09_01_05_world.sql diff --git a/sql/updates/world/2015_09_01_04_world.sql b/sql/updates/world/2015_09_01_04_world.sql new file mode 100644 index 00000000000..9b0e9860b07 --- /dev/null +++ b/sql/updates/world/2015_09_01_04_world.sql @@ -0,0 +1,7 @@ +-- +SET @CGUID = 950; +SET @OLDCGUID = 1; +DELETE FROM `creature` WHERE `guid` = @CGUID; +DELETE FROM `creature` WHERE `guid` = @OLDCGUID; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(@CGUID, 37552, 530, 1, 1, 11792.01, -7065.793, 25.94043, 5.009095, 120, 0, 0); diff --git a/sql/updates/world/2015_09_01_05_world.sql b/sql/updates/world/2015_09_01_05_world.sql new file mode 100644 index 00000000000..59cdeaa8414 --- /dev/null +++ b/sql/updates/world/2015_09_01_05_world.sql @@ -0,0 +1,7 @@ +-- +SET @GUID = 40153; +SET @OLDGUID = 19; +DELETE FROM `creature` WHERE `guid`=@GUID; +DELETE FROM `creature` WHERE `guid`=@OLDGUID; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `modelid`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `curhealth`) VALUE +(@GUID,26712,600,3,17188,-341.31,-724.4,28.57,3.78,3600,8982);