Jump to content

[fix][8893] Grammatical error in 8833 commit (sql)


Recommended Posts

Posted

What bug does the patch fix? What features does the patch add?

Grammatical error in 8833 commit.

8833_01_mangos_mangos_string.sql

(355,'Title %u (%s) set as current [color="Red"]seelcted[/color] title for player %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),

For which repository revision was the patch created?

Any after 8833.

Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread.

No.

Who has been writing this patch? Please include either forum user names or email addresses.

me.

diff --git a/sql/updates/8833_01_mangos_mangos_string.sql b/sql/updates/8833_01_mangos_mangos_string.sql
index 2c9b69a..018779f 100644
--- a/sql/updates/8833_01_mangos_mangos_string.sql
+++ b/sql/updates/8833_01_mangos_mangos_string.sql
@@ -9,5 +9,5 @@ INSERT INTO mangos_string VALUES
 (352,'Invalid title id: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
 (353,'Title %u (%s) added to known titles list for player %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
 (354,'Title %u (%s) removed from known titles list for player %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
- (355,'Title %u (%s) set as current seelcted title for player %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
+ (355,'Title %u (%s) set as current selected title for player %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
 (356,'Current selected title for player %s reset as not known now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use