diff options
| -rw-r--r-- | sql/updates/world/3.3.5/2018_10_12_01_world_335.sql | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_12_01_world_335.sql b/sql/updates/world/3.3.5/2018_10_12_01_world_335.sql new file mode 100644 index 00000000000..c0116a7c5be --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_12_01_world_335.sql @@ -0,0 +1,19 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (89128,89129,89166,89198,89218,89225,89232,89234,89238,89239,89240,89249,89253,89290,89291,89295); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(89128, 5185, 0, 1, 1, 0, 0, -4114, -166, -49, 1.518, 900, 7, 1), +(89129, 5185, 0, 1, 1, 0, 0, -4102, -92, -49, 2.051, 900, 7, 1), +(89166, 5185, 0, 1, 1, 0, 0, -3827, -369, -49, 5.767, 900, 7, 1), +(89198, 5185, 0, 1, 1, 0, 0, -3674, -362, -49, 3.009, 900, 7, 1), +(89218, 5185, 0, 1, 1, 0, 0, -3614, -365, -49, 0.203, 900, 6, 1), +(89225, 5185, 0, 1, 1, 0, 0, -3074, -694, -18.5, 1.123, 900, 7, 1), +(89232, 5185, 0, 1, 1, 0, 0, -2835, -822, -10, 1.349, 900, 9, 1), +(89234, 5185, 0, 1, 1, 0, 0, -2715, -889, -13, 6.234, 900, 6, 1), +(89238, 5185, 0, 1, 1, 0, 0, -2680, -988, -12.4, 6.152, 900, 7, 1), +(89239, 5185, 0, 1, 1, 0, 0, -2611, -1191, -15, 5.178, 900, 4, 1), +(89240, 5185, 0, 1, 1, 0, 0, -2608, -1091, -49, 4.681, 900, 7, 1), +(89249, 5185, 0, 1, 1, 0, 0, -2568, -1279, -22, 0.413, 900, 9, 1), +(89253, 5185, 0, 1, 1, 0, 0, -2524, -1430, -31, 4.984, 900, 7, 1), +(89290, 5185, 0, 1, 1, 0, 0, -2509, -1231, -42, 1.257, 900, 7, 1), +(89291, 5185, 0, 1, 1, 0, 0, -1534, -647, -48, 3.524, 900, 7, 1), +(89295, 5185, 0, 1, 1, 0, 0, -1421, -538, -47, 4.04, 900, 7, 1); |
