Core/PacketIO: Updated packet structures to 8.0.1

This commit is contained in:
Shauren
2018-10-04 18:50:21 +02:00
parent 7512ffb058
commit 0a779bd791
127 changed files with 1809 additions and 1045 deletions
@@ -346,7 +346,8 @@ WorldPacket const* WorldPackets::Misc::LevelUpInfo::Write()
for (int32 stat : StatDelta)
_worldPacket << stat;
_worldPacket << int32(Cp);
_worldPacket << int32(NumNewTalents);
_worldPacket << int32(NumNewPvpTalentSlots);
return &_worldPacket;
}