From 2c5994757486e6b584fa31179ab3a02418cadbe1 Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:22:30 +0200 Subject: [PATCH] fix(DB/SSC): add Frostbrand Weapon proc to Greyheart Tidecaller (#17528) * initial * change to perma aura --- .../pending_db_world/greyheart-tidecaller-frostbrand.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/greyheart-tidecaller-frostbrand.sql diff --git a/data/sql/updates/pending_db_world/greyheart-tidecaller-frostbrand.sql b/data/sql/updates/pending_db_world/greyheart-tidecaller-frostbrand.sql new file mode 100644 index 000000000..ce74741e6 --- /dev/null +++ b/data/sql/updates/pending_db_world/greyheart-tidecaller-frostbrand.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_template_addon` WHERE `entry` = 21229; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(21229, 0, 0, 0, 1, 0, 0, '38620');