From de3fc8d38f80917a65865f457cc273c03df7a34b Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:14:11 +0200 Subject: [PATCH] fix(DB/Creature): Darting Hatchling missing periodic aura (#20459) --- data/sql/updates/pending_db_world/rev_1730883055614829500.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1730883055614829500.sql diff --git a/data/sql/updates/pending_db_world/rev_1730883055614829500.sql b/data/sql/updates/pending_db_world/rev_1730883055614829500.sql new file mode 100644 index 000000000..e88c65607 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1730883055614829500.sql @@ -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');