From f1aa58eabcce420660454123239eb0c9b2ba47cd Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Fri, 27 Apr 2012 01:07:30 -0500 Subject: checkmonkey -> checkmoney original-commit-id: 34ff5fc4cecc782f909c86084b6b4a1fa71cbd43 --- crystal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crystal.py') diff --git a/crystal.py b/crystal.py index 93d9bb8..1dd3faa 100644 --- a/crystal.py +++ b/crystal.py @@ -1710,7 +1710,7 @@ pksv_crystal_more = { 0x21: ["checkitem", ["item", ItemLabelByte]], 0x22: ["givemoney", ["account", SingleByteParam], ["money", MoneyByteParam]], 0x23: ["takemoney", ["account", SingleByteParam], ["money", MoneyByteParam]], - 0x24: ["checkmonkey", ["account", SingleByteParam], ["money", MoneyByteParam]], + 0x24: ["checkmoney", ["account", SingleByteParam], ["money", MoneyByteParam]], 0x25: ["givecoins", ["coins", CoinByteParam]], 0x26: ["takecoins", ["coins", CoinByteParam]], 0x27: ["checkcoins", ["coins", CoinByteParam]], -- cgit v1.2.3