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