fix(DB/Immunities): update magic immunity for Atal'ai Deathwalker (#25262)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
sogladev 2026-03-27 16:04:40 +01:00 committed by GitHub
parent 740492c7c0
commit b92c79b269
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
--
-- School immunities are set by `creature_addon.auras` immunity auras
UPDATE `creature_template` SET `CreatureImmunitiesId` = -367 WHERE (`entry` = 8317);