diff options
author | kandera <kandera@trinity.contrib> | 2012-01-05 12:20:29 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-01-05 12:20:29 +0100 |
commit | ac265d7ea27760fa4440ded6cfc4383fbd155f4b (patch) | |
tree | 87d37781eb524ec5a7f1d669589986a5f6529e83 | |
parent | 16458fa07520f9dc11d847d79cc93da0475863f0 (diff) |
DB/Creatures: add mechanic immune mask data to Scourgelord Tyrannus
closes #3985
-rw-r--r-- | sql/updates/world/2012_01_05_10_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_05_10_world_creature_template.sql b/sql/updates/world/2012_01_05_10_world_creature_template.sql new file mode 100644 index 00000000000..a3d8d2432b5 --- /dev/null +++ b/sql/updates/world/2012_01_05_10_world_creature_template.sql @@ -0,0 +1,2 @@ +-- Set correct immunemasks for Scourgelord Tyrannus +UPDATE `creature_template` SET `mechanic_immune_mask` = mechanic_immune_mask|1|2|4|16|32|64|128|256|512|1024|2048|4096|8192|131072|4194304|8388608|67108864|536870912 WHERE `entry` in (36658,36938); |