From 42252bf55cb0b7b60cee4991a4d9fe6e6ebb9065 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Tue, 28 Jun 2011 07:24:05 +0700 Subject: DB/SQL: Fix typo in update for world database --- sql/updates/world_WinterGrasp.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') 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), -- cgit v1.2.3