mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Spawns: Sync some 3.3.5a spawns with 3.3.5a db
This commit is contained in:
7
sql/updates/world/2015_09_01_04_world.sql
Normal file
7
sql/updates/world/2015_09_01_04_world.sql
Normal 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);
|
||||
7
sql/updates/world/2015_09_01_05_world.sql
Normal file
7
sql/updates/world/2015_09_01_05_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user