diff options
-rw-r--r-- | sql/updates/world/2014_10_19_01_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_19_01_world.sql b/sql/updates/world/2014_10_19_01_world.sql index a9a53a9afe6..b5048704717 100644 --- a/sql/updates/world/2014_10_19_01_world.sql +++ b/sql/updates/world/2014_10_19_01_world.sql @@ -1,3 +1,4 @@ +SET @OGUID := 22305; DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+7 AND `id`=193997; INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES (@OGUID+0, 193997, 571, 1, 1, 7330.436, -2212.682, 800.4834, 4.258607, 0, 0, 0, 1, 120, 255, 1), -- 193997 (Area: 67) |