mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
DB/Object: Add general spawns missing in Northrend
(cherry picked from commit 9e2330f575)
This commit is contained in:
6
sql/updates/world/2016_01_13_00_world_2015_11_11_00.sql
Normal file
6
sql/updates/world/2016_01_13_00_world_2015_11_11_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
SET @OGUID:=6354;
|
||||
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+2;
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
|
||||
(@OGUID+0, 185454, 571, 1, 169, 5491.154, -2652.184, 303.9539, 2.460913, 0, 0, 0, 1, 120, 255, 1), -- 185454 (Area: 4275)
|
||||
(@OGUID+1, 185456, 571, 1, 169, 3393.345, -2801.472, 211.3246, 5.410522, 0, 0, 0, 1, 120, 255, 1), -- 185456 (Area: 0)
|
||||
(@OGUID+2, 185434, 571, 1, 169, 5527.56, -2646.927, 303.9539, 2.600535, 0, 0, 0, 1, 120, 255, 1); -- 185434 (Area: 4275)
|
||||
Reference in New Issue
Block a user