mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 06:00:10 -04:00
Core/PacketIO: Updated packet structures to 8.0.1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user