Implemented sourceType for SendSetCurrency

Implemented sourceType for the function SendSetCurrency.
This commit is contained in:
EmosewaMC
2021-12-21 23:26:54 -08:00
parent 0531365cb5
commit 23e269940b
10 changed files with 24 additions and 26 deletions

View File

@@ -314,7 +314,7 @@ public:
* @param newCoins the amount of coins to update by
* @param message whether to notify the client of the change
*/
void SetCoins(int64_t newCoins, bool message = true);
void SetCoins(int64_t newCoins, int lootType);
/**
* Get the entity this character belongs to