diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-02 16:04:16 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-02 16:04:16 +0000 |
commit | 8d99d92c2787c32385c2259a2b7059975f682ba4 (patch) | |
tree | cf2ba45ad2af2cb47849d6be89c3b6c8ba40d167 /npc | |
parent | 5b71ffccc6564b209355caafd53588fa15be9a9d (diff) | |
download | hercules-8d99d92c2787c32385c2259a2b7059975f682ba4.tar.gz hercules-8d99d92c2787c32385c2259a2b7059975f682ba4.tar.bz2 hercules-8d99d92c2787c32385c2259a2b7059975f682ba4.tar.xz hercules-8d99d92c2787c32385c2259a2b7059975f682ba4.zip |
Corrected kaho horns quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@893 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/custom/kahohorn.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index ef58a0398..d9d9dc94c 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -35,6 +35,8 @@ Other Ppl Date Added ====== 2/1 + * Added missing Spore Doll to the Kaho Horns NPC (God... this was reported + months ago) * The 'Lothar' NPC was asking for the wrong items, corrected thanks to Death's Mage 01/01/05 * Fixed some respawn delays of MVP/Miniboss monsters. Redo Umbala/Niflheim fields, added missing mobs, corrected diff --git a/npc/quests/custom/kahohorn.txt b/npc/quests/custom/kahohorn.txt index d0dfbf082..9891ed62d 100644 --- a/npc/quests/custom/kahohorn.txt +++ b/npc/quests/custom/kahohorn.txt @@ -26,6 +26,7 @@ geffen.gat,115,107,5 script Lord Kaho's Servant 61,{ mes "1 Rocker Doll - a Rocker drop"; mes "1 Apez Fanitem Doll - a Yoyo drop"; mes "1 Racoon Doll - a Smokie drop"; + mes "1 Spore Doll - a Spore drop"; next; mes "Finally, i worked hard to make these horns for my master with all the mentioned items above..."; mes "Please include 5 million zeny for my efforts."; |