diff options
| -rw-r--r-- | sql/updates/world/3.3.5/2018_10_11_09_world_335.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_11_09_world_335.sql b/sql/updates/world/3.3.5/2018_10_11_09_world_335.sql new file mode 100644 index 00000000000..5de1d13d6ea --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_11_09_world_335.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (87907,87908,87909); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(87907, 4113, 1, 1, 1, 0, 1, -4591.86, -954.699, -50.8179, 0.260602, 180, 10, 1), +(87908, 4113, 1, 1, 1, 0, 1, -4377.69, -979.477, -55.7554, 4.59051, 180, 10, 1), +(87909, 4113, 1, 1, 1, 0, 1, -5660.22, -3085.08, -46.5834, 3.70496, 180, 10, 1); |
