summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/protocol.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/protocol.py b/tools/protocol.py
index 688821f..f13d627 100755
--- a/tools/protocol.py
+++ b/tools/protocol.py
@@ -1984,7 +1984,7 @@ def build_context():
at(2, account_id, 'account id'),
at(6, u32, 'login id1'),
at(10, u32, 'login id2'),
- at(14, u16, 'packet tmw version'),
+ at(14, u16, 'packet client version'),
at(16, sex, 'sex'),
],
fixed_size=17,
@@ -5124,7 +5124,7 @@ def build_context():
at(4, account_id, 'account id'),
at(8, u32, 'login id2'),
at(12, time32, 'unused connect until'),
- at(16, u16, 'packet tmw version'),
+ at(16, u16, 'packet client version'),
at(18, char_key, 'char key'),
at(None, char_data, 'char data'),
],