fix(DB/Creature): Restore ExpModifer Value and the correct no XP flag for "Risen Alliance Soldier" and "Icy Ghoul" (#26115)

This commit is contained in:
Ryan Turner
2026-06-08 23:25:53 +01:00
committed by GitHub
parent 2f5943d8d1
commit d6153a3e42

View File

@@ -0,0 +1,3 @@
-- Reverts changes from https://github.com/azerothcore/azerothcore-wotlk/pull/26112
-- Adds back the ExperienceModifier and Adds the correct flag "CREATURE_FLAG_EXTRA_NO_XP" for "Risen Alliance Soldier" and "Icy Ghoul"
UPDATE `creature_template` SET `ExperienceModifier` = 1, `flags_extra` = `flags_extra` | 64 WHERE `entry` IN (31205, 31142);