diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-09-17 04:59:48 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-09-17 04:59:48 +0000 |
commit | 5140b06dfa8554077fb9a698d2bf9c280b0954a4 (patch) | |
tree | b986bbf63db74398e2c8148ab6e1cc890eeb3e1a /npc/quests/Kiel_Hyre_Quest.txt | |
parent | f87190a594fd8ac0746ec1bed9ff06847ea701bc (diff) | |
download | hercules-5140b06dfa8554077fb9a698d2bf9c280b0954a4.tar.gz hercules-5140b06dfa8554077fb9a698d2bf9c280b0954a4.tar.bz2 hercules-5140b06dfa8554077fb9a698d2bf9c280b0954a4.tar.xz hercules-5140b06dfa8554077fb9a698d2bf9c280b0954a4.zip |
- Delete their Gym Pass before giving them the skill. (bugreport:3592)
- Fixed 2 typos and a cutin that didn't go away in Kiel Quest. (bugreport:3597)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14063 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/Kiel_Hyre_Quest.txt')
-rw-r--r-- | npc/quests/Kiel_Hyre_Quest.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt index 42da8f8f7..04ee73837 100644 --- a/npc/quests/Kiel_Hyre_Quest.txt +++ b/npc/quests/Kiel_Hyre_Quest.txt @@ -3581,7 +3581,7 @@ kh_school,122,186,4 script Beautiful Lady#kh6 894,{ case 2: mes "[Allysia]"; mes "^3355FFKiehl^000000 has proceeded to"; - mes "proform abnormal modifications"; + mes "perform abnormal modifications"; mes "to the humanoid robots. This"; mes "has been reported to Kiel Hyre,"; mes "who has left to stop Kiehl."; @@ -4683,6 +4683,7 @@ kh_mansion,22,28,4 script Kiel Hyre#kh 903,{ close2; enablenpc "Kiehl_Room_Warp"; donpcevent "Kiehl_Room_Warp::OnEnable"; + cutin "",255; end; break; case 2: @@ -5156,7 +5157,7 @@ OnTouch: next; mes "[Mitchell]"; mes "This is too much of a"; - mes "coincidense. I want you to"; + mes "coincidence. I want you to"; mes "go to Juno and investigate."; mes "When you're done, talk to"; mes "Kiel Hyre's steward, and"; |