mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
chore(Core/Battlegrounds): Remove arena ready marker, add hook for module to replace it. (#26562)
This commit is contained in:
3
data/sql/updates/pending_db_world/arena-ready-marker.sql
Normal file
3
data/sql/updates/pending_db_world/arena-ready-marker.sql
Normal 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;
|
||||
Reference in New Issue
Block a user