diff options
author | Meji <alvaro.megias@outlook.com> | 2023-03-02 00:31:30 +0100 |
---|---|---|
committer | Meji <alvaro.megias@outlook.com> | 2023-03-02 00:31:30 +0100 |
commit | c0080b269a588cf58e55d7667d50f42474410795 (patch) | |
tree | 85ed86affcb0d4535ac9d2e9d941e09192f253cc /sql | |
parent | 66b29fba44be39609fb79f2b35d82078b6656f91 (diff) |
DB/Misc: Fixed sql error introduced in 91b7c163fc3305fca0158d5981ad2f6c49c919e4
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2023_02_20_03_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2023_02_20_03_world.sql b/sql/updates/world/master/2023_02_20_03_world.sql index 09302e31b60..90ca7629d13 100644 --- a/sql/updates/world/master/2023_02_20_03_world.sql +++ b/sql/updates/world/master/2023_02_20_03_world.sql @@ -236,7 +236,7 @@ DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 84966 AND 84979; DELETE FROM `game_event_gameobject` WHERE `guid`=83300; -- Gameobject spawns -DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+602; +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+606; INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES -- Stormwind City (@OGUID+0, 181014, 0, 12, 7486, '0', 0, 0, -9065.8798828125, 414.82598876953125, 98.7891998291015625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 48069), -- Hanging, Square, Large - Val (Area: Stormwind Gate - Difficulty: 0) |