diff --git a/data/sql/updates/pending_db_world/rev_1780957125545078500.sql b/data/sql/updates/pending_db_world/rev_1780957125545078500.sql new file mode 100644 index 000000000..7440d3201 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1780957125545078500.sql @@ -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);