mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
DB/GameObject: The Stonecore normal donjon portal
This commit is contained in:
4
sql/updates/world/4.3.4/2018_06_27_01_world.sql
Normal file
4
sql/updates/world/4.3.4/2018_06_27_01_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- The Stonecore normal donjon portal
|
||||
DELETE FROM `gameobject` WHERE `guid`=200868;
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseUseFlags`, `phaseMask`, `PhaseId`, `PhaseGroup`, `terrainSwapMap`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(200868, 207897, 646, 5042, 5303, 1, 0, 1, 169, 0, -1, 1029.14, 618.686, 155.706, 1.77533, 0, 0, 0.775599, 0.631225, 120, 255, 1, "", 26365);
|
||||
Reference in New Issue
Block a user