diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-01-18 19:25:13 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-01-18 19:25:13 +0100 |
commit | 705cf5cb7f9efe6122f74bfed18a990b99877adb (patch) | |
tree | 59b259dfa981b3088aab237b9a05cbf9257f3918 | |
parent | 1050b68899c661ea09da9e36edb82e8648393673 (diff) |
Update 2015_12_20_00_world.sql
-rw-r--r-- | sql/updates/world/2015_12_20_00_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2015_12_20_00_world.sql b/sql/updates/world/2015_12_20_00_world.sql index 51f762c5fd7..7c658877f13 100644 --- a/sql/updates/world/2015_12_20_00_world.sql +++ b/sql/updates/world/2015_12_20_00_world.sql @@ -1,5 +1,5 @@ SET @OGUID:=78976; -DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+543; +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+544; 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 , 187567, 530, 1, 1, -2972.565, 2562.675, 83.66947, 5.829401, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3744) (@OGUID+1 , 187567, 530, 1, 1, -2955.605, 2554.495, 110.3285, 5.846854, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3744) |