mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 10:37:02 +00:00
Login world, fix sql
TODO: SMSG_UPDATE_OBJECT to see world Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
parent
fad34d4640
commit
ec939a5bce
6 changed files with 95 additions and 92 deletions
|
|
@ -156,7 +156,7 @@ void ReputationMgr::SendState(FactionState const* faction, bool anyRankIncreased
|
|||
void ReputationMgr::SendInitialReputations()
|
||||
{
|
||||
WorldPacket data(SMSG_INITIALIZE_FACTIONS, (4 + 128 * 5));
|
||||
data << uint32(0x00000080);
|
||||
data << uint32 (0x00000100);
|
||||
|
||||
RepListID a = 0;
|
||||
|
||||
|
|
@ -179,7 +179,7 @@ void ReputationMgr::SendInitialReputations()
|
|||
}
|
||||
|
||||
// fill in absent fields
|
||||
for (; a != 128; ++a)
|
||||
for (; a != 256; ++a)
|
||||
{
|
||||
data << uint8(0x00);
|
||||
data << uint32(0x00000000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue