DB/ToC: correcting a typo at immunities added at 1f9db80b69

Closes #8641

Signed-off-by: Nay <[email protected]>
This commit is contained in:
tibbi
2012-12-17 01:17:03 +00:00
committed by Nay
parent 377d6c7862
commit ae4c4c1822
@@ -0,0 +1,2 @@
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` & ~(1|2|4|8|32|64|128|256|512|1024|2048|4096|8192|65536|131072|524288|4194304|67108864|536870912) WHERE `entry` = 36066;
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` |1|2|4|8|32|64|128|256|512|1024|2048|4096|8192|65536|131072|524288|4194304|67108864|536870912 WHERE `entry` = 34496;