fix(DB/Creature): Remove spiritual immunity from creature after setting spirit (#25916)

This commit is contained in:
EricksOliveira 2026-05-23 15:05:49 +00:00 committed by GitHub
parent b99d6c7698
commit 5183bd1032
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template_addon` SET `auras` = '' WHERE (`entry` IN (31841, 31842));