summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2012-12-17 21:00:41 -0700
committerIIMarckus <iimarckus@gmail.com>2012-12-17 21:00:41 -0700
commite31127e33b763c5f022c0fa4d3ca8fc866895a84 (patch)
tree7228714d7b7b9c71f1a447a72fc44cdb6fb829d9
parent4e65cb95c32f4b3bd84df3de05dcd57fb35a775f (diff)
specialphonecall takes a 16‐bit ID.
original-commit-id: 19ce6e7a748094f8f74b123c6b803808ed530d90
-rw-r--r--crystal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.py b/crystal.py
index 5f5026a..f78f401 100644
--- a/crystal.py
+++ b/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]],