mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 10:33:46 +00:00
feat(Core/Battleground): Config to allow/disallow ability to Share Quest & Ready Check (#2924)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1587562111390803800');
|
||||
|
||||
DELETE FROM `acore_string` WHERE entry IN (30083,30084);
|
||||
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
|
||||
(30083, 'You cannot share quests while in a Battleground.'),
|
||||
(30084, 'You cannot start a Ready Check while in a Battlground.');
|
||||
Reference in New Issue
Block a user