summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
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;
}