summaryrefslogtreecommitdiff
path: root/hercules/code/servertoclient/quests.py
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/code/servertoclient/quests.py')
-rw-r--r--hercules/code/servertoclient/quests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/hercules/code/servertoclient/quests.py b/hercules/code/servertoclient/quests.py
index 6243ae9..848f07b 100644
--- a/hercules/code/servertoclient/quests.py
+++ b/hercules/code/servertoclient/quests.py
@@ -9,6 +9,8 @@ from code.fileutils import *
from code.stringutils import *
def convertQuests():
+ print "quests disabled for now"
+ return
destDir = "clientdata/"
templatesDir = "templates/"
questsDbFile = "serverdata/db/quest_db.txt"