diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-10 00:15:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-10 00:15:00 -0300 |
commit | e63e50dc653a69eb191127fe3344196bd0c60091 (patch) | |
tree | 30a045abde54ac3c386a940181a91ab26762ffe0 | |
parent | b28916fb0b449a0ac3370e8d94db321110dd8654 (diff) | |
download | tools-e63e50dc653a69eb191127fe3344196bd0c60091.tar.gz tools-e63e50dc653a69eb191127fe3344196bd0c60091.tar.bz2 tools-e63e50dc653a69eb191127fe3344196bd0c60091.tar.xz tools-e63e50dc653a69eb191127fe3344196bd0c60091.zip |
Inform on comments about clientdata.py limitations
-rwxr-xr-x | clientdata.py | 1 |
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") |