diff options
-rw-r--r-- | npc/005-1/vincent.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/005-1/vincent.txt b/npc/005-1/vincent.txt index 013d553bc..779e88563 100644 --- a/npc/005-1/vincent.txt +++ b/npc/005-1/vincent.txt @@ -12,6 +12,7 @@ .LegsCount = 12; .@q = getq(CandorQuest_Vincent); + //if (getgmlevel()) mes str(.@q); if (.@q == 1) goto L_CheckItems; if (.@q == 2) goto L_QuestDone; |