diff options
author | MitchesD <majklprofik@seznam.cz> | 2016-01-16 13:30:34 +0100 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2016-01-16 13:30:34 +0100 |
commit | 2940872b16f4d3f42fa953e7ad5cd45c757cbacc (patch) | |
tree | 5f5c63c4771454d2ca94ff5cbc311650f4be1f55 | |
parent | 69dd2d4c44ff4eb6bf8becc547b0886f6cc954f0 (diff) |
DB: fix import
-rw-r--r-- | sql/updates/world/2016_01_16_07_world_2015_12_20_00.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2016_01_16_07_world_2015_12_20_00.sql b/sql/updates/world/2016_01_16_07_world_2015_12_20_00.sql index ca5a984bc4f..5f8c6b168ce 100644 --- a/sql/updates/world/2016_01_16_07_world_2015_12_20_00.sql +++ b/sql/updates/world/2016_01_16_07_world_2015_12_20_00.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`, `phaseId`, `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) |