mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 22:19:54 -04:00
DB/Creature: Correctly handle Sapphiron's Wing Buffet
Add CREATURE_FLAG_EXTRA_NO_COMBAT & periodic aura
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 0x00002000, `ScriptName` = "" WHERE `entry` = 17025;
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` = 17025;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(17025,0,0,0,1,0,0,"29327");
|
||||
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 17025;
|
||||
Reference in New Issue
Block a user