diff options
-rw-r--r-- | npc/005-1/maya.txt | 2 | ||||
-rw-r--r-- | npc/005-1/sailors.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-1/maya.txt b/npc/005-1/maya.txt index 7c55a9cbf..321436628 100644 --- a/npc/005-1/maya.txt +++ b/npc/005-1/maya.txt @@ -10,7 +10,7 @@ // 02 First quest completed: Reward Candor shirt // 03 wolvern tooth +20k + 2000monster point ->claw pendant -005-1,42,37,0 script Maya NPC_RAIJIN_FEMALE_LEGION_ARTIS,0,0,{ +005-1,42,37,0 script Maya NPC_RAIJIN_FEMALE_LEGION_ARTIS,{ .@maya = getq(CandorQuest_Maya); if (.@maya == 0) diff --git a/npc/005-1/sailors.txt b/npc/005-1/sailors.txt index a1e72eefa..d7f3b07c7 100644 --- a/npc/005-1/sailors.txt +++ b/npc/005-1/sailors.txt @@ -9,7 +9,7 @@ // 2: Invite Elmo // 3: Completed -005-1,95,99,0 script Sailors#005-1 NPC_ELVEN_MAN_TRADER_SITTING,0,0,{ +005-1,95,99,0 script Sailors#005-1 NPC_ELVEN_MAN_TRADER_SITTING,{ .@q = getq(CandorQuest_Sailors); if (.@q == 1) goto L_Report; |