Skip to content

Commit

Permalink
Corrected a condition on quest_alligator.txt, Fixes #8492
Browse files Browse the repository at this point in the history
  • Loading branch information
dastgirp committed Jan 11, 2015
1 parent f5ec484 commit 94e07ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npc/pre-re/quests/collection/quest_alligator.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 94e07ca

Please sign in to comment.