mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-05 18:24:12 +00:00
Implemented sourceType for SendSetCurrency
Implemented sourceType for the function SendSetCurrency.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user