blob: 3965d377fef961e61cfc79ba4f1aac741153ccb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#! /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()
createMainScript()
convertNpcs();
|