diff options
Diffstat (limited to 'hercules/convert_server.py')
-rwxr-xr-x | hercules/convert_server.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hercules/convert_server.py b/hercules/convert_server.py new file mode 100755 index 0000000..2902015 --- /dev/null +++ b/hercules/convert_server.py @@ -0,0 +1,11 @@ +#! /usr/bin/env python +# -*- coding: utf8 -*- +# +# Copyright (C) 2014 Evol Online +# Author: Andrei Karas (4144) + +from code.server.npcs import * +from code.server.utils import * + +cleanServerData() +convertNpcs(); |