Skip to content

Commit

Permalink
Fix GCC build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Mar 9, 2024
1 parent fccf6fb commit 2913263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Server/Packets/VignettePackets.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace WorldPackets::Vignette
struct VignetteData
{
ObjectGuid ObjGUID;
TaggedPosition<Position::XYZ> Position;
TaggedPosition<::Position::XYZ> Position;
int32 VignetteID = 0;
uint32 ZoneID = 0;
uint32 WMOGroupID = 0;
Expand Down

0 comments on commit 2913263

Please sign in to comment.