aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/7388_01_mangos_mangos_string.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/updates/7388_01_mangos_mangos_string.sql b/sql/updates/7388_01_mangos_mangos_string.sql
index 07f60a7fe02..5a876e71323 100644
--- a/sql/updates/7388_01_mangos_mangos_string.sql
+++ b/sql/updates/7388_01_mangos_mangos_string.sql
@@ -1,3 +1,5 @@
-DELETE FROM mangos_string WHERE entry = 726;
+ALTER TABLE db_version CHANGE COLUMN required_7382_01_mangos_creature_template required_7388_01_mangos_mangos_string bit;
+
+DELETE FROM mangos_string WHERE entry IN (750,751);
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);