diff options
author | Rat <none@none> | 2010-06-02 07:51:19 +0200 |
---|---|---|
committer | Rat <none@none> | 2010-06-02 07:51:19 +0200 |
commit | bff58bfc204ed78e973c60bc126effc8a3312b31 (patch) | |
tree | 79986076daf2a0e7337ba7ab1a8cae45877bde67 | |
parent | ad753b3f677c6280d48391e4bc550eedc9ce7a6e (diff) |
typo in world.sql, thanks to Fabriciomind for report, closes issue #2498
--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 1a2cc4e4362..2399859f9d7 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -15377,7 +15377,7 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_ (10070,'The Alliance captured the East Graveyard!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (10071,'The Horde captured the South Graveyard!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (10072,'The Horde captured the West Graveyard!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(10073,'The Horde captured the East Graveyard!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); +(10073,'The Horde captured the East Graveyard!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (11000, '|cffffff00[|c00077766Autobroadcast|cffffff00]: |cFFF222FF%s|r', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (11001, 'You have not chosen -1 or the current realmID that you are on.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); /*!40000 ALTER TABLE `trinity_string` ENABLE KEYS */; |