diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-12-17 20:07:04 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-12-17 20:07:04 -0800 |
commit | 5e928616596b556194f3c2291ce0470ab0fb6ffd (patch) | |
tree | 0c12959db68dede6a3ce4bcf22299a2884bfe5db /extras/crystal.py | |
parent | 531ccfb5f65bbbfa90e2a5c8493d9584dc2012be (diff) | |
parent | 19ce6e7a748094f8f74b123c6b803808ed530d90 (diff) |
Merge pull request #47 from iimarckus/specialphonecall
specialphonecall takes a 16‐bit ID.
Diffstat (limited to 'extras/crystal.py')
-rw-r--r-- | extras/crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/crystal.py b/extras/crystal.py index 5f5026a23..f78f401f0 100644 --- a/extras/crystal.py +++ b/extras/crystal.py @@ -2894,7 +2894,7 @@ pksv_crystal_more = { 0x99: ["hangup"], 0x9A: ["describedecoration", ["byte", SingleByteParam]], 0x9B: ["fruittree", ["tree_id", SingleByteParam]], - 0x9C: ["specialphonecall", ["call_id", SingleByteParam], ["wtf", SingleByteParam]], + 0x9C: ["specialphonecall", ["call_id", MultiByteParam]], 0x9D: ["checkphonecall"], 0x9E: ["verbosegiveitem", ["item", ItemLabelByte], ["quantity", DecimalParam]], 0x9F: ["verbosegiveitem2", ["item", ItemLabelByte]], |