fix(DB/Creature): Fix Shadow of Leotheras banish immunity (#18111)

This commit is contained in:
Andrew
2024-01-05 06:47:53 -03:00
committed by GitHub
parent ea1d65d194
commit a5464d06f2

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` |131072 WHERE `entry` = 21875;