summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-10 00:15:00 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-10 00:15:00 -0300
commite63e50dc653a69eb191127fe3344196bd0c60091 (patch)
tree30a045abde54ac3c386a940181a91ab26762ffe0
parentb28916fb0b449a0ac3370e8d94db321110dd8654 (diff)
downloadtools-e63e50dc653a69eb191127fe3344196bd0c60091.tar.gz
tools-e63e50dc653a69eb191127fe3344196bd0c60091.tar.bz2
tools-e63e50dc653a69eb191127fe3344196bd0c60091.tar.xz
tools-e63e50dc653a69eb191127fe3344196bd0c60091.zip
Inform on comments about clientdata.py limitations
-rwxr-xr-xclientdata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/clientdata.py b/clientdata.py
index 532f914..8b7089b 100755
--- a/clientdata.py
+++ b/clientdata.py
@@ -1,4 +1,5 @@
#!/usr/bin/python2.7
+# TODO: Retrieve weapon level, and sort based on that (higher level must be on top of list or it won't work as expected)
a=open("../client-data/items.xml", "r")