diff options
author | IIMarckus <iimarckus@gmail.com> | 2013-01-13 16:12:25 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2013-01-13 16:12:25 -0700 |
commit | 2a01a4873f5a06468534697ca404704db860e730 (patch) | |
tree | ffac322e77795df2fa0e13a880232ea4cd8f4c17 /pksv.py | |
parent | f0e7a120a560ccdd84c5d230ebcae580962c9417 (diff) |
Fix typo.
original-commit-id: 818a82a20ebb3e35454e33389b0174a2a4623070
Diffstat (limited to 'pksv.py')
-rw-r--r-- | pksv.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ pksv_gs = { 0x21: "checkitem", 0x22: "givemoney", 0x23: "takemoney", - 0x24: "checkmonkey", + 0x24: "checkmoney", 0x25: "givecoins", 0x26: "takecoins", 0x27: "checkcoins", @@ -179,7 +179,7 @@ pksv_crystal = { 0x21: "checkitem", 0x22: "givemoney", 0x23: "takemoney", - 0x24: "checkmonkey", + 0x24: "checkmoney", 0x25: "givecoins", 0x26: "takecoins", 0x27: "checkcoins", |