aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortibbi <tibbi@centrum.sk>2012-12-17 01:12:00 +0000
committerNay <dnpd.dd@gmail.com>2012-12-17 01:17:03 +0000
commitae4c4c1822fcf9ef8f431f28cac8b319bfb292b2 (patch)
tree68c986732ccabca9aacf320e5629c5ba701ba9d2
parent377d6c78624a12812ff7464debfebd5d6c9fbad4 (diff)
DB/ToC: correcting a typo at immunities added at 1f9db80b69379f3
Closes #8641 Signed-off-by: Nay <dnpd.dd@gmail.com>
-rw-r--r--sql/updates/world/2012_12_17_00_world_creature_template.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_17_00_world_creature_template.sql b/sql/updates/world/2012_12_17_00_world_creature_template.sql
new file mode 100644
index 00000000000..dfe9132e7a6
--- /dev/null
+++ b/sql/updates/world/2012_12_17_00_world_creature_template.sql
@@ -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;