Fixed another typo in gunslinger.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6473 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Playtester 2006-05-04 19:43:29 +00:00
parent 862b0c9c2a
commit a88a30b415
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ Date Added
05/04
* Fixed a missing " in the gunslinger jobquest script [Playtester]
- some others fixes as well thanks to sodaboy581 and css25
- some typo fixed as well
05/02
* Added kunai_maker.txt to make elemental kunais. [erKURITA]
* Added new npcs @ que_ng.gat ninja map portion. [erKURITA]

View File

@ -103,7 +103,7 @@ if (Class == Job_Novice) {
} else
mes @npcname$;
mes "Hi son, how's life threathing you?";
mes "Hi son, how's life treating you?";
close;
}