mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
DB/Creature: Correctly handle Sapphiron's Wing Buffet
Add CREATURE_FLAG_EXTRA_NO_COMBAT & periodic aura
(cherry picked from commit d798430d3f)
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