fix(DB/Creature): Add interrupt immunity to Emperor Vek'lor (#13483)

Create rev_1666399404567254100.sql
This commit is contained in:
Gultask
2022-10-28 22:10:26 -03:00
committed by GitHub
parent 0b745022a4
commit 43cd1eb14c

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|33554432 WHERE `entry` = 15276;