mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Creature: Fix a type in a previous commit
Water Elemental immunity Ref #22642
This commit is contained in:
3
sql/updates/world/3.3.5/2018_10_16_05_world_335.sql
Normal file
3
sql/updates/world/3.3.5/2018_10_16_05_world_335.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `spell_school_immune_mask`=0 WHERE `entry`=501;
|
||||
UPDATE `creature_template` SET `spell_school_immune_mask`=`spell_school_immune_mask`|16 WHERE `entry`=510;
|
||||
Reference in New Issue
Block a user