mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-17 07:29:20 +01:00
Core/Chat: Send addon prefix in addon messages
Correct structure of some CMSG_MESSAGECHAT_ADDON_x opcodes Fix a compile error in HandleReforgeItemOpcode
This commit is contained in:
@@ -1697,7 +1697,7 @@ void WorldSession::HandleReforgeItemOpcode(WorldPacket& recvData)
|
||||
return;
|
||||
}
|
||||
|
||||
if (player->HasEnoughMoney(item->GetSpecialPrice())) // cheating
|
||||
if (player->HasEnoughMoney(uint64(item->GetSpecialPrice()))) // cheating
|
||||
{
|
||||
SendReforgeResult(false);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user