diff options
-rw-r--r-- | sql/updates/world/master/2021_12_08_27_world_2019_05_31_05_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_08_27_world_2019_05_31_05_world.sql b/sql/updates/world/master/2021_12_08_27_world_2019_05_31_05_world.sql new file mode 100644 index 00000000000..d7a27d6ae8f --- /dev/null +++ b/sql/updates/world/master/2021_12_08_27_world_2019_05_31_05_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature` WHERE `id` IN (21455, 23148) AND `guid` IN (106218,106222); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(106218, 21455, 530, '0', 0, 1, -3422.27, 1122.06, 46.7247, 0.86922, 180, 0, 0), +(106222, 23148, 530, '0', 0, 0, -5137.82, 561.520, 84.3600, 4.74700, 180, 0, 0); + |