chore(Core/Battlegrounds): Remove arena ready marker, add hook for module to replace it. (#26562)

This commit is contained in:
Benjamin Jackson
2026-07-12 05:27:40 -04:00
committed by GitHub
parent 82f87a8b82
commit b9f2d9e5dd
17 changed files with 64 additions and 137 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `gameobject_template` WHERE `entry` = 301337;
DELETE FROM `gameobject_template_addon` WHERE `entry` = 301337;
DELETE FROM `gameobject_template_locale` WHERE `entry` = 301337;