fix(DB/Creature): Remove xp from Reclamation mobs (#23579)

This commit is contained in:
Andrew
2025-11-09 05:49:21 -03:00
committed by GitHub
parent ec274182a2
commit 37833c66e6

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|64 WHERE `entry` IN (28220, 28218, 28242, 28103, 28212, 28207, 28170);