diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-02-27 17:22:05 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-02-27 17:22:07 -0600 |
commit | c7a67544b7c6036710b590599a35bb2c6e7a275f (patch) | |
tree | 7f0308e4fb26e1c9109227a8fa569c69cb452340 /crystal.py | |
parent | 6aa350380c0322edb0a1b309fab749da00007572 (diff) |
fix parameters for verbosegiveitem2 definition
original-commit-id: 2a04c1c20a22f13ff3f0b0a8ce2d8e96b8798ef8
Diffstat (limited to 'crystal.py')
-rw-r--r-- | crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"], |