chore(DB): import pending files

Referenced commit(s): 89e94f70a0
This commit is contained in:
github-actions[bot] 2026-08-28 20:39:51 +00:00
parent 89e94f70a0
commit e9f3e0acc3

View file

@ -1,2 +1,3 @@
-- DB update 2026_08_28_01 -> 2026_08_28_02
-- Sets no XP flag for "Blockade Cannon" and "Blockade Pirate" from the quest "Break the Blockade"
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 64 WHERE `entry` IN (23771, 23755);