mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 04:42:10 +01:00
DB/Gameobject: Spawn Warchief's Command Board at silvermoon
This commit is contained in:
4
sql/updates/world/4.3.4/2017_11_15_21_world.sql
Normal file
4
sql/updates/world/4.3.4/2017_11_15_21_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `guid` = 200628;
|
||||
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
|
||||
(200628, 207325, 530, 3487, 0, 1, 169, 0, 9665.519, -7153.061, 14.25123, 5.480334, 0, 0, -0.3907309, 0.920505, 120, 255, 1, 14545); -- 207325 (Area: 0 - Difficulty: 0)
|
||||
Reference in New Issue
Block a user