fix (shop): Update unmigrated enum value.
This commit is contained in:
@@ -225,7 +225,7 @@ class EconomyData(Registry, name='economy'):
|
|||||||
conn = await cls._connector.get_connection()
|
conn = await cls._connector.get_connection()
|
||||||
async with conn.transaction():
|
async with conn.transaction():
|
||||||
row = await EconomyData.Transaction.execute_transaction(
|
row = await EconomyData.Transaction.execute_transaction(
|
||||||
TransactionType.PURCHASE,
|
TransactionType.SHOP_PURCHASE,
|
||||||
guildid=guildid, actorid=actorid, from_account=userid, to_account=None,
|
guildid=guildid, actorid=actorid, from_account=userid, to_account=None,
|
||||||
amount=amount
|
amount=amount
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user