fix(DB/Creature): Adjust Field Values to Creature Flame Wave II (22228) (#24598)

This commit is contained in:
Gultask
2026-02-06 18:05:09 -03:00
committed by GitHub
parent a924aa6c24
commit 64bcc4de72

View File

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