mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Fix Antipersonnel Cannon (1) immune mask
Closes #11944, by gecko32
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- update Antipersonnel Cannon (1) immune mask to be the same as lvl 70 version
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|2|8|32|64|256|512|1024|4096|8192|65536|262144|8388608|268435456 WHERE `entry`=32795;
|
||||
Reference in New Issue
Block a user