DB/Object: Add general spawns missing in Northrend

(cherry picked from commit 9e2330f575)
This commit is contained in:
Kittnz
2015-11-11 01:22:54 +01:00
committed by MitchesD
parent 7b17f0a3d6
commit eb5d8d0da2

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