fix(DB/TheBlackTemple): make Promenade Sentinel kick immune (#19316)

init
This commit is contained in:
Dan 2024-07-06 16:37:15 +02:00 committed by GitHub
parent 3c50b1a135
commit 1632045ba8
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`|33554432 WHERE `entry` = 23394;