mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature): Add immunities to various npcs inside Halls of Lightning. (#23273)
This commit is contained in:
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));
|
||||
Reference in New Issue
Block a user