From 64bcc4de72655678aab6996cc6c98a05183e6190 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:05:09 -0300 Subject: [PATCH] fix(DB/Creature): Adjust Field Values to Creature Flame Wave II (22228) (#24598) --- .../updates/pending_db_world/rev_1770063321798974800.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1770063321798974800.sql diff --git a/data/sql/updates/pending_db_world/rev_1770063321798974800.sql b/data/sql/updates/pending_db_world/rev_1770063321798974800.sql new file mode 100644 index 000000000..549437421 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1770063321798974800.sql @@ -0,0 +1,7 @@ +-- +UPDATE `creature_template` SET `faction` = 1692 WHERE (`entry` = 22228); +UPDATE `creature_template` SET `flags_extra` = `flags_extra`|128 WHERE (`entry` IN (19381, 22228)); + +DELETE FROM `creature_template_addon` WHERE (`entry` = 22228); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(22228, 0, 0, 0, 0, 0, 0, '38608');