diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-12-17 21:00:41 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-12-17 21:00:41 -0700 |
commit | 19ce6e7a748094f8f74b123c6b803808ed530d90 (patch) | |
tree | 0c12959db68dede6a3ce4bcf22299a2884bfe5db /extras/crystal.py | |
parent | 531ccfb5f65bbbfa90e2a5c8493d9584dc2012be (diff) |
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]], |