Updated description of SetCoins

Updated the description of the Character::SetCoins function to more accurately describe how the function works.
This commit is contained in:
EmosewaMC 2021-12-22 00:43:42 -08:00
parent 29cf7f8998
commit f772fedf19

View File

@ -309,8 +309,7 @@ public:
const int64_t GetCoins() const { return m_Coins; }
/**
* Updates the current amount of coins of the character by a specified amount, for achievements this is not sent
* as it's tracked by the client
* Updates the current amount of coins of the character by a specified amount
* @param newCoins the amount of coins to update by
* @param coinSource The source of the loot
*/