fix(DB/SSC): Added mechanic_immune_mask to a couple creatures (#17977)
* fix(DB/SSC): Added charm immunity to a couple creatures * added vashjir honor guard
This commit is contained in:
parent
73546e0e9a
commit
6031cdd26f
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|1 WHERE `entry` IN (21225, 21230, 21873, 21865);
|
||||
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|1|2|4|8|16|32|64|256|512|1024|2048|4096|8192|65536|131072|4194304|8388608|67108864|536870912 WHERE `entry` = 21218;
|
||||
Loading…
Add table
Add a link
Reference in a new issue