DB/GOs: (Re?)Add meeting stone to UK

Closes #5232
This commit is contained in:
CDawg
2012-02-19 00:25:24 +00:00
committed by Nay
parent 25d9e2ec29
commit a2d128286e

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