fix(DB/Creature): Add Interrupt Immunity to Murmur (#16010)

Create rev_1681856955718272600.sql
This commit is contained in:
Gultask
2023-04-18 20:59:07 -03:00
committed by GitHub
parent 49820e475e
commit bee5703eb2

View File

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