Core/Reputation: Implemented renown reputation (Dragonflight)
Port From (https://github.com/TrinityCore/TrinityCore/commit/d64d84dfa68da4ff83f0b88ad4e88dccc5ace623)
This commit is contained in:
@@ -651,7 +651,7 @@ namespace Game.Chat
|
||||
if (amount == 0)
|
||||
return false;
|
||||
|
||||
target.ModifyCurrency((CurrencyTypes)currencyId, (int)amount, true, true);
|
||||
target.ModifyCurrency(currencyId, (int)amount, true, true);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user