fix(DB/Creature): Remove experience gains from "Risen Alliance Soldier" and "Icy Ghoul" (#26112)

This commit is contained in:
Ryan Turner
2026-06-08 23:12:04 +01:00
committed by GitHub
parent 4d26913310
commit 796647f3fe
@@ -0,0 +1,2 @@
-- Remove the XP gains from "Risen Alliance Soldier" and "Icy Ghoul"
UPDATE `creature_template` SET `ExperienceModifier` = 0 WHERE `entry` IN (31205, 31142);