summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-01-11 12:17:02 +0530
committerDastgir <dastgirpojee@rocketmail.com>2015-01-11 12:17:02 +0530
commit94e07caca987dc83d1c42a58b10437117ae53832 (patch)
treedf6761c0d9a10b7fc72d99b90520111717761206 /npc
parentf5ec48413e7bed5d20f9836796d129d52594b49f (diff)
downloadhercules-94e07caca987dc83d1c42a58b10437117ae53832.tar.gz
hercules-94e07caca987dc83d1c42a58b10437117ae53832.tar.bz2
hercules-94e07caca987dc83d1c42a58b10437117ae53832.tar.xz
hercules-94e07caca987dc83d1c42a58b10437117ae53832.zip
Corrected a condition on quest_alligator.txt, Fixes #8492
Diffstat (limited to 'npc')
-rw-r--r--npc/pre-re/quests/collection/quest_alligator.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/pre-re/quests/collection/quest_alligator.txt b/npc/pre-re/quests/collection/quest_alligator.txt
index 327216667..d2720cad9 100644
--- a/npc/pre-re/quests/collection/quest_alligator.txt
+++ b/npc/pre-re/quests/collection/quest_alligator.txt
@@ -95,7 +95,7 @@ cmd_fild01,362,256,3 script Cuir#Gator_Hunt 1_M_MOC_LORD,{
}
}
if (questprogress(60121)) {
- if (questprogress(60121,HUNTING)) {
+ if (questprogress(60121,HUNTING) != 2) {
mes "[Cuir]";
mes "Have you finished hunting the 150 Alligators?";
next;