aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrazer025 <razer025@trinity.contrib>2013-05-04 10:41:44 +0200
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2013-05-04 10:41:44 +0200
commitef19606212f43ee384f138c3f4765bc966255edd (patch)
tree8a079adcc6fe133e50ae5de61680c0f06d7dcfda
parent26efbacfab68e392d18d0b4fd66cb400660605b6 (diff)
DB/Creatures: set immunities for some Raidbosses
Closes #4947 Closes #9674 Closes #9675
-rw-r--r--sql/updates/world/2013_05_04_00_world_creature_template.sql46
1 files changed, 46 insertions, 0 deletions
diff --git a/sql/updates/world/2013_05_04_00_world_creature_template.sql b/sql/updates/world/2013_05_04_00_world_creature_template.sql
new file mode 100644
index 00000000000..01037f835de
--- /dev/null
+++ b/sql/updates/world/2013_05_04_00_world_creature_template.sql
@@ -0,0 +1,46 @@
+UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`
+|1 -- CHARM
+|2 -- DISORIENTED
+|4 -- DISARM
+|8 -- DISTRACT
+|16 -- FEAR
+|32 -- GRIP
+|64 -- ROOT
+|256 -- SILENCE
+|512 -- SLEEP
+|1024 -- SNARE
+|2048 -- STUN
+|4096 -- FREEZE
+|8192 -- KNOCKOUT
+|65536 -- POLYMORPH
+|131072 -- BANISH
+|524288 -- SHACKLE
+|4194304 -- TURN
+|8388608 -- HORROR
+|67108864 -- DAZE
+|536870912 -- SAPPED
+WHERE `entry` IN
+(28859,31734, -- Malygos
+39863,39864,39944,39945,40142,40143,40144,40145, -- Halion
+39746,39805, -- General Zarithrian
+39747,39823, -- Saviana Ragefire
+39751,39899,39920,39922, -- Baltharus the Warborn
+37025,38064,37217,38103, -- Stinky & Precious
+10184,36538, -- Onyxia
+33113,34003, -- Flame Leviathan
+33293,33885, -- XT-002 Deconstructor
+32857,33694, -- Stormcaller Brundir
+32927,33692, -- Runemaster Molgeim
+32867,33693, -- Steelbreaker
+32930,33909, -- Kologarn
+32933,32934, -- Kologarn Arms
+33515,34175, -- Auriaya
+32906,33360, -- Freya
+32915,33391, -- Elder Brightleaf
+32914,33393, -- Elder Stonebark
+32913,33392, -- Elder Ironbranch
+33350, -- Mimiron
+32865,33147, -- Thorim
+33271,33449, -- General Vezax
+32871,33070, -- Algalon the Observer
+33288,33955); -- Yogg-Saron