diff options
-rw-r--r-- | npc/000-2-1/peter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index 22a5824c..c480c1e5 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -56,7 +56,7 @@ if (@q == 3 || @q == 4) goto l_QuestDone; if (@q == 5) goto l_Thanks; - if (getmapusers("000-2-2.gat") == 0 && $@RAT_SAILOR_HELPER$ != "") $@RAT_SAILOR_HELPER$ = ""; + if (getmapusers("000-2-2.gat") == 0 && $@RAT_SAILOR_HELPER$ != "") set $@RAT_SAILOR_HELPER$, ""; //If map is full of mobs and helper is free if (getmapmobs("000-2-2.gat") == 4 && $@RAT_SAILOR_HELPER$ == "") goto OnGiveTask; |