summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2013-02-07 16:36:00 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2013-02-12 23:05:15 +0100
commite0e679a8a695641d1845c28bebe1c7e83c21a39f (patch)
tree2e9fd83b4d8225c4ed842d7ae842bf6ba2969157
parente20721649a36c6ad20b851ea5c643364fdb239f6 (diff)
downloadserverdata-e0e679a8a695641d1845c28bebe1c7e83c21a39f.tar.gz
serverdata-e0e679a8a695641d1845c28bebe1c7e83c21a39f.tar.bz2
serverdata-e0e679a8a695641d1845c28bebe1c7e83c21a39f.tar.xz
serverdata-e0e679a8a695641d1845c28bebe1c7e83c21a39f.zip
Add variables to clear_vars that doesn't occur anywhere in the game data, but were found in the save file.
-rw-r--r--world/map/npc/functions/clear_vars.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/world/map/npc/functions/clear_vars.txt b/world/map/npc/functions/clear_vars.txt
index fda2f756..48002fa4 100644
--- a/world/map/npc/functions/clear_vars.txt
+++ b/world/map/npc/functions/clear_vars.txt
@@ -1,6 +1,8 @@
// Clears old variables
function|script|ClearVariables|{
+ set EasterQuest, 0;
+
// Halloween 2006
set HWQUEST1, 0;
set HWQUEST2, 0;
@@ -46,6 +48,8 @@ function|script|ClearVariables|{
set XMASQUEST19, 0;
set XMASQUEST20, 0;
+ set QUEST_Halloween07_state, 0;
+
set QUEST_xmas07_state, 0;
set QUEST_xmas07_milk, 0;
set QUEST_xmas07_cookies, 0;
@@ -105,6 +109,8 @@ function|script|ClearVariables|{
set xmas2012, 0;
+ set QUEST_clothdyer_angus, 0;
+
// Tulimshar and Mine Variables which aren't used anymore
set Scorp, 0;
set Bugleg, 0;