diff options
author | Killyana <morphone1@gmail.com> | 2016-12-31 11:16:18 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2018-12-09 15:39:26 +0100 |
commit | 07636dc9af99faf3b354e18c1bca5f6ebe84931f (patch) | |
tree | 180aa29d9e0486141cb34fe13dd5504fe51a6045 | |
parent | 6b1776737ae7ee52abb623ab9d5189c047ce7ebb (diff) |
DB/Creature: Add missing spawns to Elune's Blessing and the Moonspray
(cherry picked from commit f6ae286d600563e89db0c0e68656c0dcdfda3e14)
-rw-r--r-- | sql/updates/world/master/2018_12_09_10_world_2016_12_30_17_world_335.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_12_09_10_world_2016_12_30_17_world_335.sql b/sql/updates/world/master/2018_12_09_10_world_2016_12_30_17_world_335.sql new file mode 100644 index 00000000000..fda6bfbd220 --- /dev/null +++ b/sql/updates/world/master/2018_12_09_10_world_2016_12_30_17_world_335.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (56954,56955,62014,77758); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `PhaseID`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(56954, 3681, 582, '0', 0, 29.50126, 0.000602, 24.44553, 0.03490658, 120, 0, 0), -- 3681 (Area: 452) +(56955, 24998, 582, '0', 0, 4.989703, -1.72901, 5.419243, 3.261605, 120, 0, 0), -- 24998 (Area: 452) +(62014, 3681, 586, '0', 0, -48.46594, 0.112139, 8.758898, 3.455752, 120, 0, 0), -- 3681 (Area: 452) +(77758, 25053, 586, '0', 0, -36.79112, -0.04812, 5.976357, 2.775074, 120, 0, 0); -- 25053 (Area: 452) |