diff options
author | toni <toni@toni-EP45-UD3L.(none)> | 2011-01-02 11:26:32 -0200 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-02 23:39:45 +0100 |
commit | d44de15950ffe4cf587d0ae80753b2f2da4586a8 (patch) | |
tree | 64d9de916887c646aa03ce1da43ae27969900652 /npc/functions/clear_vars.txt | |
parent | c2da0b33fdf6138e7441b25f46714705832fc524 (diff) | |
download | serverdata-d44de15950ffe4cf587d0ae80753b2f2da4586a8.tar.gz serverdata-d44de15950ffe4cf587d0ae80753b2f2da4586a8.tar.bz2 serverdata-d44de15950ffe4cf587d0ae80753b2f2da4586a8.tar.xz serverdata-d44de15950ffe4cf587d0ae80753b2f2da4586a8.zip |
Add Speed Skill Teacher Miriam.
Author: toni <toni@toni-EP45-UD3L.(none)>
Diffstat (limited to 'npc/functions/clear_vars.txt')
-rw-r--r-- | npc/functions/clear_vars.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt index ae83968f..a4c24ae5 100644 --- a/npc/functions/clear_vars.txt +++ b/npc/functions/clear_vars.txt @@ -94,6 +94,11 @@ 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; |