mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 00:19:59 +01:00
4
sql/updates/world/2012_02_19_02_world_gameobject.sql
Normal file
4
sql/updates/world/2012_02_19_02_world_gameobject.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- meeting stone for UK
|
||||
DELETE FROM `gameobject` WHERE `id`=188488;
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
|
||||
(245, 188488, 571, 1, 1, 1237.301, -4948.268, 36.02063, 2.495818, 0, 0, 0.9483232, 0.3173059, 300, 0, 1);
|
||||
Reference in New Issue
Block a user