summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorKarLaeda <KarLaeda@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-02 01:05:29 +0000
committerKarLaeda <KarLaeda@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-02 01:05:29 +0000
commit7ef18a90f19865447ce77b17fa669e2fa268d2ad (patch)
tree7bf2131191d5ecd9a8a13ed9c8cb3bfcad895da6 /npc
parent9b3322944d370c097cf2ce90d3f56495e33ce54f (diff)
downloadhercules-7ef18a90f19865447ce77b17fa669e2fa268d2ad.tar.gz
hercules-7ef18a90f19865447ce77b17fa669e2fa268d2ad.tar.bz2
hercules-7ef18a90f19865447ce77b17fa669e2fa268d2ad.tar.xz
hercules-7ef18a90f19865447ce77b17fa669e2fa268d2ad.zip
Small fix to The Sign Quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9382 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/quests/The_Sign_Quest.txt4
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 93bfb737f..5bc02f4ff 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -34,6 +34,7 @@ KarLaeda
Date Added
======
12/01
+ * Small fix to The Sign Quest [KarLaeda]
* Removed outdated Thief Bug ID [Playtester]
- 1017 and 1021 don't exist anymore
11/30
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt
index f6c7c3b49..1188090f1 100644
--- a/npc/quests/The_Sign_Quest.txt
+++ b/npc/quests/The_Sign_Quest.txt
@@ -2448,11 +2448,11 @@ if($signmazemonster == 0)
}
else
{
- killmonster "prt_maze02.gat","OnMonsterDeadSign";
+ killmonster "prt_maze02.gat","OnMonsterDead";
set $signmazemonster,0;
goto Loopback;
}
-OnMonsterDeadSign:
+OnMonsterDead:
set $signmazemonster,$signmazemonster - 1;
}