diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-04 20:44:01 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-04 20:44:01 +0100 |
commit | 33536024584803b61a5d37314a629684fb08bf5f (patch) | |
tree | b7c5c0221a7e54b923a04afe06ebc8b4781edb51 /npc/functions/clear_vars.txt | |
parent | 25eec028facef875c2da7046cd06edd268c23b05 (diff) | |
download | serverdata-33536024584803b61a5d37314a629684fb08bf5f.tar.gz serverdata-33536024584803b61a5d37314a629684fb08bf5f.tar.bz2 serverdata-33536024584803b61a5d37314a629684fb08bf5f.tar.xz serverdata-33536024584803b61a5d37314a629684fb08bf5f.zip |
miriams variables commented
also removing the clearing of the QUEST_MIRIAM_run/start in clear_vars.
This is done at the end of the quests any way.
Diffstat (limited to 'npc/functions/clear_vars.txt')
-rw-r--r-- | npc/functions/clear_vars.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt index a4c24ae5..ae83968f 100644 --- a/npc/functions/clear_vars.txt +++ b/npc/functions/clear_vars.txt @@ -94,11 +94,6 @@ function script ClearVariables { set Xmas2010, 0; set Golbenez_Inn_Cost, 0; - // these two vars are only used for time measurement. - // so it won't be needed after your run through the deserts. - set QUEST_MIRIAM_run, 0; - set QUEST_MIRIAM_start, 0; - if (#BankAccount < 0) goto FixBank; return; |