diff options
author | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-06 12:58:46 +0000 |
---|---|---|
committer | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-06 12:58:46 +0000 |
commit | 0459ea8e5165e749d82fb3a92ffc849c4e939649 (patch) | |
tree | f3ed7458ec0ee7ae7a890105837dd65a06204db5 | |
parent | f95547afe71ffe0766ca34b75b7e0bd4ae1c05cf (diff) | |
download | hercules-0459ea8e5165e749d82fb3a92ffc849c4e939649.tar.gz hercules-0459ea8e5165e749d82fb3a92ffc849c4e939649.tar.bz2 hercules-0459ea8e5165e749d82fb3a92ffc849c4e939649.tar.xz hercules-0459ea8e5165e749d82fb3a92ffc849c4e939649.zip |
Minor fix to the sign quest, thanks to theultramage for pointing it out.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9419 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 8962421b9..494b3399a 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -33,6 +33,8 @@ KarLaeda Date Added ====== +12/06 + * Minor fix to the sign quest, thanks to theultramage for pointing it out [MasterOfMuppets] 12/01 * Fixed event's label for many quest-spawned monsters [KarLaeda] * Small fix to The Sign Quest [KarLaeda] diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index 91f17ee83..e22304830 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs) //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= eAthena SVN 3422+(Requires jA Script System) //===== Description: ========================================= @@ -24,6 +24,7 @@ //= Also moved the Alberta sign since another NPC was on top of it. [Llyr] //= 1.5 Fixed exploits and bugs. Plus add a removal of exttra sobbing pieces //= as suggested Tantarian, to let people Reborn [Lupus] +//= 1.6 Minor fix, thanks to theultramage for pointing it out. [MasterOfMuppets] //============================================================ //===== Configuration : ====================================== prontera.gat,1,1,1 script TheSignConfig -1,{ @@ -2454,6 +2455,7 @@ else } OnMonsterDead: set $signmazemonster,$signmazemonster - 1; + end; } |