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);