DB/Creature: Brann Bronzebeard & Brann's Flying Machine

Closes #22650

(cherry picked from commit e10cab89f7)
This commit is contained in:
Killyana
2019-10-22 15:00:52 +02:00
committed by Shauren
parent 50c90728b2
commit 8281c92dce

View File

@@ -0,0 +1,9 @@
--
DELETE FROM `creature_template_addon` WHERE `entry` IN (30382,30383);
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
(30382, 0, 0, 0, 0, 0, '54500'),
(30383, 0, 0, 0, 0, 0, '54500');
DELETE FROM `spell_area` WHERE `spell`=56582 AND `area`=4431;
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `flags`, `quest_start_status`, `quest_end_status`) VALUES
(56582, 4431, 12880, 12973, 0, 0, 2, 3, 74, 1);