summaryrefslogtreecommitdiff
path: root/npc/functions/clear_vars.txt
diff options
context:
space:
mode:
authornmaligec <wouldnot@hotmail.com>2011-01-05 00:34:41 -0500
committernmaligec <wouldnot@hotmail.com>2011-01-05 00:34:41 -0500
commitdc7c0909908eea9428960a82e76815cf1912a5d9 (patch)
tree3d1e5bc280f4449775f9f736afc2902edc2d3260 /npc/functions/clear_vars.txt
parented8cac19500c515cae40c1fd4b2d87abd96ae3ba (diff)
parent28e005594d9c067c98ebb7f1d7f303f5869b56cd (diff)
downloadserverdata-dc7c0909908eea9428960a82e76815cf1912a5d9.tar.gz
serverdata-dc7c0909908eea9428960a82e76815cf1912a5d9.tar.bz2
serverdata-dc7c0909908eea9428960a82e76815cf1912a5d9.tar.xz
serverdata-dc7c0909908eea9428960a82e76815cf1912a5d9.zip
Merge branch 'master' of git://gitorious.org/~wombat/tmw-eathena-data/cache-serverdata
Diffstat (limited to 'npc/functions/clear_vars.txt')
-rw-r--r--npc/functions/clear_vars.txt5
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;