diff options
Diffstat (limited to 'npc/003-1/aidan.txt')
-rw-r--r-- | npc/003-1/aidan.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 8d7d4f481..398e0723e 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -76,7 +76,6 @@ if (getq(General_Hunter) == 0 && !GHQUEST) goto L_Register; if (getq(General_Hunter) == 0) goto L_Assign; mes ""; - if (getq2(General_Hunter) >= 10000) goto L_Finish; goto L_Assign; close; // Will never be reach. @@ -112,10 +111,6 @@ L_Assign: end; -L_Finish: - GHQ_GetRewardsOnCompletion(); - close; - OnInit: .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); |