aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZxBiohazardZx <zxbiohazardzx@gmail.com>2012-01-07 13:24:43 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-01-07 13:24:43 +0100
commitdb70abdf2d4cdd8007ba4e3c49a8b646777f884d (patch)
tree849c4f25b6159047e9bc53f0a7c1391243fdfb16
parent1dc6f6a2da3ab7e9ae67bf6c10f21dbc21616e3d (diff)
DB/Creature: add default mechanic_immune_mask data to the Nexus bosses (thx devilcoredev for partial fix)
-rw-r--r--sql/updates/world/2012_01_07_03_world_creature_template.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_07_03_world_creature_template.sql b/sql/updates/world/2012_01_07_03_world_creature_template.sql
new file mode 100644
index 00000000000..fdbdfc5a689
--- /dev/null
+++ b/sql/updates/world/2012_01_07_03_world_creature_template.sql
@@ -0,0 +1,8 @@
+-- Set standard immunities to The Nexus bosses.
+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|262144|524288|4194304|8388608|67108864|536870912 WHERE `entry` IN
+(26731,30510, -- Grand Magus Telestra
+ 26763,30529, -- Anomalus
+ 26794,30532, -- Ormorok the Tree-Shaper
+ 26723,30540, -- Keristrasza
+ 26796,30398, -- Commander Stoutbeard
+ 26798,30397); -- Commander Kolurg