fix(DB/Creature): set Charm immune (mechanic_immune_mask) for SWP Trash demons (#21826)

This commit is contained in:
Jelle Meeus 2025-04-01 02:30:35 +02:00 committed by GitHub
parent 369a43110d
commit b3622bbe5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|1 WHERE `entry` IN (25597, 25851, 25595, 25599, 25509, 25591, 25593);