fix(DB/Creature): Darting Hatchling missing periodic aura (#20459)

This commit is contained in:
avarishd 2024-11-06 17:14:11 +02:00 committed by GitHub
parent 12a41df8bc
commit de3fc8d38f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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');