summaryrefslogtreecommitdiff
path: root/hercules/convert_server.py
blob: 2902015f8e266313fdf4147a30d20e8444052a2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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();