diff options
author | kaelima <jeppo_meyer@msn.com> | 2011-06-28 13:02:54 +0200 |
---|---|---|
committer | kaelima <jeppo_meyer@msn.com> | 2011-06-28 13:02:54 +0200 |
commit | 50ceb4d13e3af54c55aa8c1824c041a0efa8616a (patch) | |
tree | 0a55b7273a72ca32ec622bf51587dceefe685194 | |
parent | 1a46e961fa9e034773b3dbf014154f2d4c5cd9a8 (diff) |
Revert "DB/SQL: Fix typo in update for world database"
This reverts commit 42252bf55cb0b7b60cee4991a4d9fe6e6ebb9065.
-rw-r--r-- | sql/updates/world_WinterGrasp.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world_WinterGrasp.sql b/sql/updates/world_WinterGrasp.sql index 9defeaa169e..0433c4b8b17 100644 --- a/sql/updates/world_WinterGrasp.sql +++ b/sql/updates/world_WinterGrasp.sql @@ -13,7 +13,7 @@ -- Wintergrasp coreside texts DELETE FROM trinity_string WHERE entry BETWEEN 12050 AND 12072; INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`)VALUES -(12050, '%s has been captured by %s ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(12050, '%s has been captured by %s ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); (12051, '%s is under attack by %s', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (12052, 'The Broken Temple siege workshop', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (12053, 'Eastspark siege workshop', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |