mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Fix merge error
This commit is contained in:
@@ -199,7 +199,7 @@ void ReputationMgr::SendState(FactionState const* faction)
|
||||
|
||||
void ReputationMgr::SendInitialReputations()
|
||||
{
|
||||
uint8 count = 256;
|
||||
uint16 count = 256;
|
||||
WorldPacket data(SMSG_INITIALIZE_FACTIONS, 4 + count * 5);
|
||||
data << uint32(count);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user