diff options
Diffstat (limited to 'npc/functions/clear_vars.txt')
-rw-r--r-- | npc/functions/clear_vars.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt index a93d59ad..82ac931f 100644 --- a/npc/functions/clear_vars.txt +++ b/npc/functions/clear_vars.txt @@ -2,6 +2,7 @@ function script ClearVariables { if (@login_event != 1) goto L_Deprecated; + // Remove old variables to new quest system if (QL_VALON) { setq CandorQuest_Valon, QL_VALON; QL_VALON=0; |