mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Update 2017_05_24_01_world.sql
This commit is contained in:
@@ -12,4 +12,4 @@ INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `p
|
||||
SET @OGUID :=301113;
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (220440,@OGUID);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
|
||||
(@OGUID, 206110, 0, 0, 0, 1, 1, 169, -8339.884, 288.7882, 156.8326, 5.037568, 0, 0, -0.5833187, 0.8122433, 120, 255, 1, 24015); -- Portal to Moonglade
|
||||
(@OGUID, 206110, 0, 0, 0, 1, 169, 0, -8339.884, 288.7882, 156.8326, 5.037568, 0, 0, -0.5833187, 0.8122433, 120, 255, 1, 24015); -- Portal to Moonglade
|
||||
|
||||
Reference in New Issue
Block a user