fix(DB/Creature): Add CC immunity to (H) Blood Guard Porung (#16544)

init
This commit is contained in:
Eddy Vega
2023-06-15 18:37:47 -06:00
committed by GitHub
parent 732724a15f
commit de1f3a1cdc

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|1|2|8|16|64|128|1024|2048|4096|8192|65536|8388608|536870912 WHERE `entry`=20993;