summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-02-27 17:22:05 -0600
committerBryan Bishop <kanzure@gmail.com>2013-02-27 17:22:07 -0600
commit2a04c1c20a22f13ff3f0b0a8ce2d8e96b8798ef8 (patch)
tree4bb30db00625a3d5c2fa04f7e26cd86001202df7
parentd2b464e51dbe84c26982e5863eacca8d7db09fc5 (diff)
fix parameters for verbosegiveitem2 definition
-rw-r--r--extras/crystal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/crystal.py b/extras/crystal.py
index 24988320a..745f987b9 100644
--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -2816,7 +2816,7 @@ pksv_crystal_more = {
0x9C: ["specialphonecall", ["call_id", MultiByteParam]],
0x9D: ["checkphonecall"],
0x9E: ["verbosegiveitem", ["item", ItemLabelByte], ["quantity", DecimalParam]],
- 0x9F: ["verbosegiveitem2", ["item", ItemLabelByte]],
+ 0x9F: ["verbosegiveitem2", ["item", ItemLabelByte], ["var", SingleByteParam]],
0xA0: ["loadwilddata", ["map_group", MapGroupParam], ["map_id", MapIdParam]],
0xA1: ["halloffame"],
0xA2: ["credits"],