diff options
author | Vincent-Michael <Vincent-Michael@trinitycore.contributor> | 2011-06-28 07:24:05 +0700 |
---|---|---|
committer | tobmaps <spambot42@yandex.ru> | 2011-06-28 07:24:05 +0700 |
commit | 42252bf55cb0b7b60cee4991a4d9fe6e6ebb9065 (patch) | |
tree | b1921f6714ae5c5af13edb2c158ad0b4bcaeaebf | |
parent | c5632bf9a86b05db4a05cf8f869dba5f2ece9be6 (diff) |
DB/SQL: Fix typo in update for world database
-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 0433c4b8b17..9defeaa169e 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), |