diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-05-21 19:17:03 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-06-20 06:41:30 -0400 |
commit | db20d783fe41bb9b44b92461f9843a31146a5ce7 (patch) | |
tree | f22254f43e8414c2a2a06514a7108ecb917b4b31 /tools | |
parent | 4835eae62fe129ff6ee36d82b56e07913ca19f81 (diff) | |
download | tmwa-db20d783fe41bb9b44b92461f9843a31146a5ce7.tar.gz tmwa-db20d783fe41bb9b44b92461f9843a31146a5ce7.tar.bz2 tmwa-db20d783fe41bb9b44b92461f9843a31146a5ce7.tar.xz tmwa-db20d783fe41bb9b44b92461f9843a31146a5ce7.zip |
npc actions
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/protocol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/protocol.py b/tools/protocol.py index e3353de..23a0719 100755 --- a/tools/protocol.py +++ b/tools/protocol.py @@ -4631,7 +4631,7 @@ def build_context(): at(0, u16, 'packet id'), at(2, block_id, 'npc id'), at(6, u16, 'command'), - at(8, block_id, 'id'), + at(8, u32, 'id'), at(12, u16, 'x'), at(14, u16, 'y'), ], |