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

from code.clienttoserver.maps import recreateMapCache

recreateMapCache();