fix(DB/Creature): Make 'Grandmaster Vorpil' not interruptible (#16577)

* init

* .

* .
This commit is contained in:
Eddy Vega
2023-06-17 18:00:24 -06:00
committed by GitHub
parent 908dee776e
commit ab3982b659

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|33554432 WHERE `entry` IN (18732,20653);