DB/Creature: Make Drakkari Rhino immune to polymorph

(cherry picked from commit d12fe62ccc66891a26f6279d01ee8efd54be6ec0)
This commit is contained in:
offl
2022-03-04 22:37:38 +01:00
committed by Shauren
parent 358416a50e
commit ee2a71cec1
@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` |65536 WHERE `entry` IN (29838,29931,30935,30936);