diff options
author | Killyana <morphone1@gmail.com> | 2017-01-02 12:58:12 +0100 |
---|---|---|
committer | DoctorKraft <DoctorKraft@users.noreply.github.com> | 2018-03-18 00:19:52 +0100 |
commit | e5e5f63324f11ea7c66f81824cd4cd1fce73d53b (patch) | |
tree | b0c48ed4dfe0d5e55c85992cf6bc5135048a7542 /sql | |
parent | a259fea677d5074b82fb10fa635033c945c5b270 (diff) |
DB/Creature: Vengeful Draenei
(cherry picked from commit 14c2b2d)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2018_03_17_57_world_2017_01_02_07_world.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_03_17_57_world_2017_01_02_07_world.sql b/sql/updates/world/master/2018_03_17_57_world_2017_01_02_07_world.sql new file mode 100644 index 00000000000..e794a4417bd --- /dev/null +++ b/sql/updates/world/master/2018_03_17_57_world_2017_01_02_07_world.sql @@ -0,0 +1,12 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (52762, 52763, 52764, 52765, 77804); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `modelid`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `curhealth`, `curmana`, `MovementType`) VALUES +(52762, 21636, 530, 1, 0, -3049.0556, 4495.867, -42.944, 6.090739, 600, 0, 5914, 0, 0), +(52763, 21636, 530, 1, 0, -2980.0466, 4363.27, -49.227, 1.616328, 600, 0, 5914, 0, 0), +(52764, 21636, 530, 1, 0, -2961.9802, 4363.849, -49.227, 1.886506, 600, 0, 5914, 0, 0), +(52765, 21636, 530, 1, 0, -2962.7990, 4378.178, -49.227, 3.089739, 600, 0, 5914, 0, 0), +(77804, 21636, 530, 1, 0, -2981.7517, 4378.619, -49.227, 6.209339, 600, 0, 5914, 0, 0); + +DELETE FROM `creature_template_addon` WHERE `entry`=21636; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(21636, 0, 0, 0, 1, 0, '17327'); |