summaryrefslogtreecommitdiff
path: root/hercules/extract_mapcache.py
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/extract_mapcache.py')
-rwxr-xr-xhercules/extract_mapcache.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/hercules/extract_mapcache.py b/hercules/extract_mapcache.py
index fc82404..39a63c3 100755
--- a/hercules/extract_mapcache.py
+++ b/hercules/extract_mapcache.py
@@ -6,8 +6,8 @@
import os
-from code.fileutils import *
-from code.server.maps import *
+from code.fileutils import readInt16, readInt32
+from code.server.maps import extractMaps
def runFunction(path):