From 13fc3dcd7e95288cd9482e7440df3b15a3c580cb Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 6 Mar 2009 15:25:20 -0600 Subject: [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 --- sql/updates/7388_01_mangos_mangos_string.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/7388_01_mangos_mangos_string.sql (limited to 'sql/updates') diff --git a/sql/updates/7388_01_mangos_mangos_string.sql b/sql/updates/7388_01_mangos_mangos_string.sql new file mode 100644 index 00000000000..07f60a7fe02 --- /dev/null +++ b/sql/updates/7388_01_mangos_mangos_string.sql @@ -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); -- cgit v1.2.3