DB/Creature: Make Drakkari Rhino immune to polymorph

This commit is contained in:
offl
2020-12-05 16:00:02 +02:00
parent d665c68cfc
commit d12fe62ccc

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` |65536 WHERE `entry` IN (29838,29931,30935,30936);