diff options
author | jmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-15 22:01:11 +0000 |
---|---|---|
committer | jmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-15 22:01:11 +0000 |
commit | f230aac929b8ffe7b0d4066d3a00f40a9e7c36e5 (patch) | |
tree | 4127a57e46ad0ac94ac360e5e4d84646f370d0e5 /npc | |
parent | c210a1a2d2c8dbb91ceaf4b9bffbfa0c5aa393f9 (diff) | |
download | hercules-f230aac929b8ffe7b0d4066d3a00f40a9e7c36e5.tar.gz hercules-f230aac929b8ffe7b0d4066d3a00f40a9e7c36e5.tar.bz2 hercules-f230aac929b8ffe7b0d4066d3a00f40a9e7c36e5.tar.xz hercules-f230aac929b8ffe7b0d4066d3a00f40a9e7c36e5.zip |
Fixed Comodo Kafra saving players with the wrong description.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15465 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/kafras/kafras_com.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/kafras/kafras_com.txt b/npc/kafras/kafras_com.txt index 9360fa0d6..44c8da63d 100644 --- a/npc/kafras/kafras_com.txt +++ b/npc/kafras/kafras_com.txt @@ -47,7 +47,7 @@ comodo,195,150,4 script Kafra Employee::kaf_comodo 721,{ M_Save: savepoint "comodo",204,143; - callfunc "F_KafEnd",0,1,"in Pyros Lighthouse"; + callfunc "F_KafEnd",0,1,"in the town of Comodo"; } // Comodo Pharos Lighthouse (Beacon Island) ===================>\\ @@ -69,5 +69,6 @@ cmd_fild07,136,134,4 script Kafra Employee::kaf_cmd_fild07 721,{ M_Save: savepoint "cmd_fild07",127,134; - callfunc "F_KafEnd",0,1,"in the town of Comodo"; + callfunc "F_KafEnd",0,1,"in Pyros Lighthouse"; + } |