diff options
Diffstat (limited to 'hercules/code/server/utils.py')
-rw-r--r-- | hercules/code/server/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hercules/code/server/utils.py b/hercules/code/server/utils.py index 922cf5b..c39aeeb 100644 --- a/hercules/code/server/utils.py +++ b/hercules/code/server/utils.py @@ -9,3 +9,4 @@ def cleanServerData(): removeAllFiles("newserverdata") makeDir("newserverdata/conf") makeDir("newserverdata/db") + makeDir("newserverdata/npc/re/") |