diff options
| author | Killyana <morphone1@gmail.com> | 2018-10-13 18:32:37 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-10-13 18:32:37 +0200 |
| commit | 8566d4adf6b8c8faee2925b1f393e2d144edbc83 (patch) | |
| tree | 5b289772556dd0add7a2075a63a7ef2fe4680fc7 | |
| parent | fd73543d91e3c660746b0abdd20461f4bdbaf700 (diff) | |
DB/Creature: Coral Shark
| -rw-r--r-- | sql/updates/world/3.3.5/2018_10_13_00_world_335.sql | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_13_00_world_335.sql b/sql/updates/world/3.3.5/2018_10_13_00_world_335.sql new file mode 100644 index 00000000000..c876d9e64a1 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_13_00_world_335.sql @@ -0,0 +1,14 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (90288,90289,90296,90377,90378,90379,90380,90426,90427,90428,90429); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(90288, 5434, 1, 1, 1, 0, 0, -4485, -4938, -19, 1.941, 900, 7, 1), +(90289, 5434, 1, 1, 1, 0, 0, -4455, -5045, -25, 4.998, 900, 7, 1), +(90296, 5434, 1, 1, 1, 0, 0, -4445, -5139, -23, 1.902, 900, 7, 1), +(90377, 5434, 1, 1, 1, 0, 0, -4376, -5228, -46, 5.992, 900, 7, 1), +(90378, 5434, 1, 1, 1, 0, 0, -4296, -5249, -46, 6.164, 900, 7, 1), +(90379, 5434, 1, 1, 1, 0, 0, -4266, -5176, -24, 5.762, 900, 7, 1), +(90380, 5434, 1, 1, 1, 0, 0, -4244, -5197, -34, 5.517, 900, 6, 1), +(90426, 5434, 1, 1, 1, 0, 0, -3948, -5211, -49, 3.358, 900, 6, 1), +(90427, 5434, 1, 1, 1, 0, 0, -3878, -5190, -45, 2.532, 900, 6, 1), +(90428, 5434, 1, 1, 1, 0, 0, -3858, -5237, -49, 6.027, 900, 6, 1), +(90429, 5434, 1, 1, 1, 0, 0, -1080, -4016, -79, 3.049, 900, 9, 1); |
