fix(DB/Creature): Darting Hatchling missing periodic aura (#20459)
This commit is contained in:
parent
12a41df8bc
commit
de3fc8d38f
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
-- Darting Hatchling
|
||||
DELETE FROM `creature_template_addon` WHERE (`entry` = 35396);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(35396, 0, 0, 0, 0, 0, 0, '62586');
|
||||
Loading…
Add table
Add a link
Reference in a new issue