fix(DB/Immunities): set Water Elemental (mage pet) to Frost Immune only (#25352)

This commit is contained in:
sogladev 2026-04-03 05:01:31 +02:00 committed by GitHub
parent f8c5c9a468
commit 0fb8fe3f4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
--
-- from mechanic_immune_mask 646000477 to school=0x10(FROST)
UPDATE `creature_template` SET `CreatureImmunitiesId`=-6 WHERE `entry`=510;