mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
refactor(Scripts/Onyxia): Update Onyxia's script (#9371)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1637948987614040500');
|
||||
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |128, `ScriptName` = '' WHERE `entry` = 12758;
|
||||
UPDATE `creature_template` SET `ScriptName` = '' WHERE `entry` = 11262;
|
||||
|
||||
-- Remove taunt immunity
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` &~ 256 WHERE `entry` = 10184;
|
||||
Reference in New Issue
Block a user