summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-04-10 13:45:15 -0600
committerJared Adams <jaxad0127@gmail.com>2009-04-10 13:45:15 -0600
commitfe8e89d1057143b492cd7fc2e65d8365c5cfb4a0 (patch)
tree012e221bd299cf44a7004669842516d5d55e27fa
parent10e53234668cdef50e8e28372741c947c05716b1 (diff)
downloadserverdata-fe8e89d1057143b492cd7fc2e65d8365c5cfb4a0.tar.gz
serverdata-fe8e89d1057143b492cd7fc2e65d8365c5cfb4a0.tar.bz2
serverdata-fe8e89d1057143b492cd7fc2e65d8365c5cfb4a0.tar.xz
serverdata-fe8e89d1057143b492cd7fc2e65d8365c5cfb4a0.zip
Return from the clear variables function
-rw-r--r--npc/functions/clear_vars.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt
index 32016c70..706c5cd8 100644
--- a/npc/functions/clear_vars.txt
+++ b/npc/functions/clear_vars.txt
@@ -57,4 +57,5 @@ function script ClearVariables {
set QUEST_xmas08_state, 0;
+ return;
}