fix(DB/Creature): Astromancer and Star Scryer MC immunity (#18303)

initial
This commit is contained in:
Dan 2024-02-12 12:17:06 +01:00 committed by GitHub
parent bf71d8e7f1
commit 15af4f4d24
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 (20033, 20034);