aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRushor <PBienati@web.de>2016-02-08 16:27:51 +0100
committerShauren <shauren.trinity@gmail.com>2016-04-02 20:31:55 +0200
commit451675e6bdf4ce5292787f0db0ed0318a1e82f44 (patch)
tree5af29737a135a7569d9b5ab23fed7ea40d5f924e
parentcda059031aef778144fb92d4f564c093e604c6ed (diff)
DB/Creature: Professor Putricide Oozes - Immunities
* closes #16059 * thanks to Gargarensis (cherry picked from commit ef280c94d44aa3b36ebefa2d962354105090e29b)
-rw-r--r--sql/updates/world/2016_04_02_43_world_2016_02_08_02_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_02_43_world_2016_02_08_02_world.sql b/sql/updates/world/2016_04_02_43_world_2016_02_08_02_world.sql
new file mode 100644
index 00000000000..0f22abafe8e
--- /dev/null
+++ b/sql/updates/world/2016_04_02_43_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