aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRushor <PBienati@web.de>2016-02-08 16:27:51 +0100
committerRushor <PBienati@web.de>2016-02-08 16:27:51 +0100
commitef280c94d44aa3b36ebefa2d962354105090e29b (patch)
tree45208fe619e70f51a8702fdb33be70325b9dd6c7
parent4daaf69a3c39fdffe3a001ca4c736ab56f1e4c6e (diff)
DB/Creature: Professor Putricide Oozes - Immunities
* closes #16059 * thanks to Gargarensis
-rw-r--r--sql/updates/world/2016_02_08_02_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_08_02_world.sql b/sql/updates/world/2016_02_08_02_world.sql
new file mode 100644
index 00000000000..0f22abafe8e
--- /dev/null
+++ b/sql/updates/world/2016_02_08_02_world.sql
@@ -0,0 +1,10 @@
+--
+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|524288|4194304|8388608|33554432|67108864|536870912 WHERE `entry` IN (
+37697, -- 10N Volatile Ooze
+38604, -- 10H Volatile Ooze
+38758, -- 25N Volatize Ooze
+38759, -- 25H Volatile Ooze
+37562, -- 10N Gas Cloud
+38602, -- 10H Gas Cloud
+38760, -- 25N Gas Cloud
+38761); -- 25H Gas Cloud