summaryrefslogtreecommitdiff
path: root/hercules/convert_server.py
blob: 7ad1fe53cebec47bdb16a2e85f37de54eb3a2f35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env python
# -*- coding: utf8 -*-
#
# Copyright (C) 2014  Evol Online
# Author: Andrei Karas (4144)

from code.server.npcs import *
from code.server.mobdb import *
from code.server.utils import *

cleanServerData()
createMainScript()
convertNpcs();
convertMobDb();