chore(DB): import pending files

Referenced commit(s): d6153a3e42
This commit is contained in:
github-actions[bot]
2026-06-08 22:27:12 +00:00
parent d6153a3e42
commit 61160df393
@@ -1,3 +1,4 @@
-- DB update 2026_06_08_00 -> 2026_06_08_01
-- 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);