diff options
Diffstat (limited to 'npc/000-1/couwan.txt')
-rw-r--r-- | npc/000-1/couwan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt index 55b09b5f..17cfb67c 100644 --- a/npc/000-1/couwan.txt +++ b/npc/000-1/couwan.txt @@ -12,7 +12,7 @@ // 1 Spoke, and received the quest scam. // 2 Done quest scam. -000-1,89,36,0 script Couwan 111,{ +000-1,89,36,0 script Couwan NPC_TRITAN_MAN_SAILOR,{ .@q = getq(ShipQuests_Couwan); if (.@q == 1) goto L_QuestGiven; if (.@q > 1) goto L_QuestDone; |