diff options
| author | Killyana <morphone1@gmail.com> | 2015-11-01 17:07:05 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2015-11-01 17:07:05 +0100 |
| commit | 146608985dc01ef16ae9556392a9047cae9c856d (patch) | |
| tree | 7abb1310cdf138ed972bbb29eac611c7fba82152 | |
| parent | 5be1f4c74bf23fbb968f715b2ff5e2310b24552a (diff) | |
DB: Fix a type
| -rw-r--r-- | sql/updates/world/2015_11_01_02_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2015_11_01_02_world.sql b/sql/updates/world/2015_11_01_02_world.sql index 10a432bc0e0..40a7f50c769 100644 --- a/sql/updates/world/2015_11_01_02_world.sql +++ b/sql/updates/world/2015_11_01_02_world.sql @@ -1,7 +1,7 @@ -- SET @OGUID:=78023; DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+10 AND @OGUID+99; -INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `PhaseGroup`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES (@OGUID+10,180407, 530, 1, 1, 9812.965, -7409.957, 13.62506, 0.4886912, 0, 0, 0, 1, 120, 255, 1), -- 180407 (Area: -1) (@OGUID+11,180427, 530, 1, 1, 9682.321, -7432.618, 23.67524, 5.637414, 0, 0, 0, 1, 120, 255, 1), -- 180427 (Area: -1) (@OGUID+12,180426, 530, 1, 1, 9685.572, -7441.069, 23.97384, 5.026549, 0, 0, 0, 1, 120, 255, 1), -- 180426 (Area: -1) |
