diff options
| author | QAston <none@none> | 2009-03-06 23:28:01 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-03-06 23:28:01 +0100 |
| commit | bdaf54067b1c412dfe0b059d3d1e136f37af387f (patch) | |
| tree | 87433cb389debcd85ba5ce26737938ea2d48432a /sql/updates | |
| parent | ab4b55f35127909f3bf94587f5f30c2126b1e4a1 (diff) | |
| parent | 13fc3dcd7e95288cd9482e7440df3b15a3c580cb (diff) | |
*Fix a crash and merge.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7388_01_mangos_mangos_string.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
