mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
fix(DB/Creature): Adjust Field Values to Creature Flame Wave II (22228) (#24598)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user