mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Core/PacketIO: Updated most packet structures to 9.0.1
This commit is contained in:
@@ -328,12 +328,12 @@ public:
|
||||
|
||||
if (QuestPOIData const* poiData = sObjectMgr->GetQuestPOIData(questID))
|
||||
{
|
||||
auto data = poiData->QuestPOIBlobDataStats.front();
|
||||
QuestPOIBlobData const& data = poiData->Blobs.front();
|
||||
|
||||
mapId = data.MapID;
|
||||
|
||||
x = data.QuestPOIBlobPointStats.front().X;
|
||||
y = data.QuestPOIBlobPointStats.front().Y;
|
||||
x = data.Points.front().X;
|
||||
y = data.Points.front().Y;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user