diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-28 16:16:11 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-28 16:16:11 +0000 |
commit | 73ab622b58cfc021143e6aa8c7a40873a28f84d8 (patch) | |
tree | 2748f69d89dd3286693903efdaf82f030d976401 /npc/quests/Kiel_Hyre_Quest.txt | |
parent | 2b3b08e21d52f36dc668f734affb5a4f86e613eb (diff) | |
download | hercules-73ab622b58cfc021143e6aa8c7a40873a28f84d8.tar.gz hercules-73ab622b58cfc021143e6aa8c7a40873a28f84d8.tar.bz2 hercules-73ab622b58cfc021143e6aa8c7a40873a28f84d8.tar.xz hercules-73ab622b58cfc021143e6aa8c7a40873a28f84d8.zip |
* A few quest updates due to bugreports
- added a missing close in the Kiel Hyre Quest (bugreport:2885)
- added L0ne_W0lf's Cool Event Corp script + a few fixes to it (bugreport:3019)
- fixed a small typo in rachel.txt (bugreport:3029)
Also I really have to ask the developers again to document all the changes they do on item bonuses!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13704 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/Kiel_Hyre_Quest.txt')
-rw-r--r-- | npc/quests/Kiel_Hyre_Quest.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt index d54266947..42b245443 100644 --- a/npc/quests/Kiel_Hyre_Quest.txt +++ b/npc/quests/Kiel_Hyre_Quest.txt @@ -3248,6 +3248,7 @@ kh_vila,185,68,0 script Test Tube::TestTubeKHQ2 111,{ mes "^3355FFA strange looking,"; mes "wizened old man is"; mes "held within this test tube.^000000"; + close; } else if (KielHyreQuest == 28) { mes "^3355FFA strange looking,"; |