diff options
Diffstat (limited to 'hercules/code/server/maps.py')
-rw-r--r-- | hercules/code/server/maps.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hercules/code/server/maps.py b/hercules/code/server/maps.py index bdeb0f7..2ef0173 100644 --- a/hercules/code/server/maps.py +++ b/hercules/code/server/maps.py @@ -3,9 +3,11 @@ # Copyright (C) 2014 Evol Online # Author: Andrei Karas (4144) +import array +import struct import zlib -from code.fileutils import * +from code.fileutils import readMapName, readInt16, readInt32, readData, makeDir def listMapCache(f, mapsCount): print "Known maps:" |