mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 05:43:12 +01:00
[7388] Fixed battleground premature warning message. SQL files are attached, you must execute them! Author: Triply
Fix for message's color will be soon. --HG-- branch : trunk
This commit is contained in:
3
sql/updates/7388_01_mangos_mangos_string.sql
Normal file
3
sql/updates/7388_01_mangos_mangos_string.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM mangos_string WHERE entry = 726;
|
||||
INSERT INTO mangos_string VALUES (750,'Not enough players. This game will close in %u mins.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
INSERT INTO mangos_string VALUES (751,'Not enough players. This game will close in %u seconds.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
Reference in New Issue
Block a user