Skip to content

Commit a5d4c46

Browse files
committed
Fix build with libstdc++-11
1 parent 8565ba9 commit a5d4c46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/server/game/Server/Packets/BattlegroundPackets.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ namespace WorldPackets
322322

323323
struct BattlegroundPlayerPosition
324324
{
325+
BattlegroundPlayerPosition() { }
326+
BattlegroundPlayerPosition(ObjectGuid const& guid, TaggedPosition<Position::XY> const& pos) : Guid(guid), Pos(pos) { }
327+
325328
ObjectGuid Guid;
326329
TaggedPosition<Position::XY> Pos;
327330
};

0 commit comments

Comments
 (0)