summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-11-05 15:44:23 -0800
committerBen Longbons <b.r.longbons@gmail.com>2015-01-22 12:16:59 -0800
commit57e5142d5c9d326912610e3bd60743420f8a328a (patch)
treea1402032adf2fdb4b36c1021c933551e4958fb83 /tools
parente5b967ec9021f2bbfb373b8c164aada8084846fd (diff)
downloadtmwa-57e5142d5c9d326912610e3bd60743420f8a328a.tar.gz
tmwa-57e5142d5c9d326912610e3bd60743420f8a328a.tar.bz2
tmwa-57e5142d5c9d326912610e3bd60743420f8a328a.tar.xz
tmwa-57e5142d5c9d326912610e3bd60743420f8a328a.zip
Remove unsupportable config settings
Diffstat (limited to 'tools')
-rwxr-xr-xtools/protocol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/protocol.py b/tools/protocol.py
index 5e7812b..5d4dc37 100755
--- a/tools/protocol.py
+++ b/tools/protocol.py
@@ -5040,7 +5040,7 @@ def build_context():
fixed=[
at(0, u16, 'packet id'),
at(2, u8, 'unknown'),
- at(3, char_name, 'whisper name'),
+ at(3, char_name, 'unused whisper name'),
],
fixed_size=27,
pre=[0x2afa],