diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-30 08:03:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-30 08:03:07 -0300 |
commit | 58bb1dc7766db4809bbee94fe493c644f89e93df (patch) | |
tree | 951d5cd78cfe002b4c6286239812f089246de8cd /npc | |
parent | 5e896c2cc680bf5680c8a60fde549423243f708c (diff) | |
download | serverdata-58bb1dc7766db4809bbee94fe493c644f89e93df.tar.gz serverdata-58bb1dc7766db4809bbee94fe493c644f89e93df.tar.bz2 serverdata-58bb1dc7766db4809bbee94fe493c644f89e93df.tar.xz serverdata-58bb1dc7766db4809bbee94fe493c644f89e93df.zip |
Fix possible bug on Tutorial reported by Freeyorp
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0-0/sailors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index c00df1e7a..cf9634a7a 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -184,7 +184,7 @@ OnStep4: if (getunittype(@mobTarget) != -1 && is_staff()) dispbottom ("Hey hey, the monster seems to be alive. Mr. GM, do something about that!"); dispbottom l("You free the world from an evil Dummy."); - setq1 ShipQuests_Arpan, 5; + compareandsetq ShipQuests_Arpan, 4, 5; end; L_Step5: |