mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
build fix
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "ObjectGuid.h"
|
||||
#include "RaceMask.h"
|
||||
#include "SharedDefines.h"
|
||||
#include "TalentPackets.h".h"
|
||||
#include "TalentPackets.h"
|
||||
#include "TraitPacketsCommon.h"
|
||||
|
||||
class Item;
|
||||
|
||||
@@ -112,7 +112,6 @@ ByteBuffer& operator<<(ByteBuffer& data, TalentInfoUpdate const& talentInfoUpdat
|
||||
return data;
|
||||
}
|
||||
|
||||
|
||||
ByteBuffer& operator<<(ByteBuffer& data, TalentGroupInfo const& talentGroupInfo)
|
||||
{
|
||||
data << uint8(talentGroupInfo.Talents.size());
|
||||
|
||||
Reference in New Issue
Block a user