Fixed escape problem in jobs/novice/novice.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12654 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
d9b7e8540b
commit
fb262a3301
@ -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]
|
||||
|
@ -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]";
|
||||
|
Loading…
x
Reference in New Issue
Block a user