summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/clear_vars.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt
index cb43db28..d0ae3682 100644
--- a/npc/functions/clear_vars.txt
+++ b/npc/functions/clear_vars.txt
@@ -145,6 +145,10 @@ function script ClearVariables {
// Christmas 2021 Event
if (isChristmas21()) {
+ if (!#ORG_LV || !#ORG_EXP) {
+ #ORG_EXP=BaseExp;
+ #ORG_LV=BaseLevel;
+ }
#OLD_EXP=BaseExp;
#OLD_LV=BaseLevel;
}