diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/jobs/novice/novice.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 1bb543f50..de2d6fb25 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2008/04/26 + * Rev. 12654 Fixed escape problem in jobs/novice/novice.txt [Toms] 2008/04/24 * Rev. 12646 Fixed hugel_bingo making an unneeded infinite loop bugreport:1349 [Toms] * Rev. 12645 Corrected a typo error ";;" bugreport:919 [Toms] diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index a2e91bb3e..512706c58 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -1925,7 +1925,7 @@ L_loop1: mes "as ^4d4dff/heh^000000"; mes "You can play rock, scissors and"; mes "paper"; - mes "by pressing ^4d4dffCTRL^000000 and ^4d4dff-^000000, ^4d4dff=^000000 and ^4d4dff\^000000"; + mes "by pressing ^4d4dffCTRL^000000 and ^4d4dff-^000000, ^4d4dff=^000000 and ^4d4dff\\^000000"; mes "key."; next; mes "[Pitch Judas]"; |