mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
Fix build with libstdc++-11
This commit is contained in:
@@ -322,6 +322,9 @@ namespace WorldPackets
|
||||
|
||||
struct BattlegroundPlayerPosition
|
||||
{
|
||||
BattlegroundPlayerPosition() { }
|
||||
BattlegroundPlayerPosition(ObjectGuid const& guid, TaggedPosition<Position::XY> const& pos) : Guid(guid), Pos(pos) { }
|
||||
|
||||
ObjectGuid Guid;
|
||||
TaggedPosition<Position::XY> Pos;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user