diff options
author | Xanadu <none@none> | 2010-02-06 01:08:17 +0100 |
---|---|---|
committer | Xanadu <none@none> | 2010-02-06 01:08:17 +0100 |
commit | 6e1176e7fce987010460c9910d433fe0f6bbfca7 (patch) | |
tree | cc101efda7b96b9cbda9a02ed936a820109e764b | |
parent | 29cf32ce9bc45db02ea1013462132cd332882213 (diff) |
Modify world.sql, too...thx to _manuel_for reminding me. Also thx to Aokromes for testing revs 7299 & 7300.
--HG--
branch : trunk
-rw-r--r-- | sql/world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/world.sql b/sql/world.sql index bad840dc238..ccc9f43c001 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -14354,7 +14354,7 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_ (500, 'Player already has a guild!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (501, 'Guild not created! (already exists?)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (502, 'No items from itemset ''%u'' found.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), -(503, 'The distance is: (3D) %f (2D) %f yards.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(503, 'The distance is: (3D) %f (2D) %f (Exact 3D) %f (Exact 2D) %f yards.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (504, 'Item ''%i'' ''%s'' Item Slot %i', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (505, 'Item ''%i'' doesn''t exist.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (506, 'Item ''%i'' ''%s'' Added to Slot %i', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |