refactor(Scripts/Onyxia): Update Onyxia's script (#9371)
This commit is contained in:
parent
849839c688
commit
08580defd0
4 changed files with 479 additions and 606 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue