mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Position: Remove Position implicit object slicing
This commit is contained in:
@@ -58,7 +58,7 @@ ChatPacketSender::ChatPacketSender(ChatMsg chatType, ::Language language, WorldO
|
||||
receiver ? receiver->GetGUID() : ObjectGuid::Empty,
|
||||
sender ? sender->GetGUID() : ObjectGuid::Empty,
|
||||
soundKitId,
|
||||
receiver ? receiver->GetWorldLocation() : Position(0, 0, 0),
|
||||
receiver ? receiver->GetPosition() : Position(),
|
||||
broadcastTextId
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user