Skip to content

Commit

Permalink
Fix build with libstdc++-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Feb 9, 2025
1 parent 8565ba9 commit a5d4c46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server/game/Server/Packets/BattlegroundPackets.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit a5d4c46

Please sign in to comment.