fix(DB/Creature): Add Interrupt Immunity to Murmur (#16010)
Create rev_1681856955718272600.sql
This commit is contained in:
parent
49820e475e
commit
bee5703eb2
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|33554432 WHERE (`entry` IN (18708, 20657));
|
||||
|
||||
UPDATE `smart_scripts` SET `event_flags` = 1 WHERE (`entryorguid` = 18634) AND (`source_type` = 0) AND (`id` IN (3, 4));
|
||||
Loading…
Add table
Add a link
Reference in a new issue