fix(DB/Creature): Add immunities to various npcs inside Halls of Lightning. (#23273)
This commit is contained in:
parent
71a7fa9d18
commit
ae88b7d7f7
1 changed files with 6 additions and 0 deletions
6
data/sql/updates/pending_db_world/Immunities.sql
Normal file
6
data/sql/updates/pending_db_world/Immunities.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
-- Fire Immunity (Unbound Firestorm N/H)
|
||||
UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask` |4 WHERE (`entry` IN (28584, 30983));
|
||||
|
||||
-- Nature Immunity (Slag H, Storming Vortex N/H, Cyclone H)
|
||||
UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask` |8 WHERE (`entry` IN (28547, 30970, 30979, 30965));
|
||||
Loading…
Add table
Add a link
Reference in a new issue