From e6bf722ad476cb0653d6e9af11872aecfdefe075 Mon Sep 17 00:00:00 2001 From: blinkysc <37940565+blinkysc@users.noreply.github.com> Date: Tue, 28 Oct 2025 00:32:29 -0500 Subject: [PATCH] fix(DB/Creature): Hardened Steel Berserker now has windfury in heroic (#23430) --- data/sql/updates/pending_db_world/rev_1761496582139904291.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1761496582139904291.sql diff --git a/data/sql/updates/pending_db_world/rev_1761496582139904291.sql b/data/sql/updates/pending_db_world/rev_1761496582139904291.sql new file mode 100644 index 000000000..7aa4d0ce3 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1761496582139904291.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_template_addon` WHERE (`entry` = 30966); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(30966, 0, 0, 0, 0, 0, 0, '61367');