mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 04:12:40 +01:00
Core/Commands: missing change from previous commit
This commit is contained in:
@@ -1040,7 +1040,7 @@ public:
|
||||
if (addmoney >=MAX_MONEY_AMOUNT)
|
||||
target->SetMoney(MAX_MONEY_AMOUNT);
|
||||
else
|
||||
target->ModifyMoney(addmoney);
|
||||
target->ModifyMoney(int64(addmoney));
|
||||
}
|
||||
|
||||
sLog->outDetail(handler->GetTrinityString(LANG_NEW_MONEY), moneyuser, uint32(addmoney), target->GetMoney());
|
||||
|
||||
Reference in New Issue
Block a user