From 3df832e3e2aa879b840311e8b553bd38ada7bcf3 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 12 Jan 2019 18:13:46 +0100 Subject: DB/Creature: Wrath Reaver (cherry picked from commit 58c6e1374e26b4b760cb041647294f0077b94900) --- .../world/master/2021_11_21_19_world_2019_01_12_10_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2021_11_21_19_world_2019_01_12_10_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_11_21_19_world_2019_01_12_10_world.sql b/sql/updates/world/master/2021_11_21_19_world_2019_01_12_10_world.sql new file mode 100644 index 00000000000..47e5bd75463 --- /dev/null +++ b/sql/updates/world/master/2021_11_21_19_world_2019_01_12_10_world.sql @@ -0,0 +1,7 @@ +-- Wrath Reaver +DELETE FROM `creature` WHERE `guid` IN (77853,77851); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(77851, 22196, 530, '0', 0, 0, 0, 2818.272, 6925.054, 364.0483, 0.8203048, 300, 0, 0, 59040, 0, 0); +DELETE FROM `creature_template_addon` WHERE entry = 22196; +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES +(22196, "16245"); -- cgit v1.2.3