DB/Spawns: Sync some 3.3.5a spawns with 3.3.5a db

This commit is contained in:
Aokromes
2015-09-01 18:00:55 +02:00
parent cff3ac2e0a
commit 5cc3da1267
2 changed files with 14 additions and 0 deletions

View File

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

View File

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