Core/PacketIO: Updated most packet structures to 9.0.1
Port From (https://github.com/TrinityCore/TrinityCore/commit/cab4c87d2d7f6d734ef067d6bf50f4b1d338a7bc)
This commit is contained in:
@@ -257,12 +257,12 @@ namespace Game.Chat.Commands
|
||||
var poiData = Global.ObjectMgr.GetQuestPOIData(questID);
|
||||
if (poiData != null)
|
||||
{
|
||||
var data = poiData.QuestPOIBlobDataStats[0];
|
||||
var data = poiData.Blobs[0];
|
||||
|
||||
mapId = (uint)data.MapID;
|
||||
|
||||
x = data.QuestPOIBlobPointStats[0].X;
|
||||
y = data.QuestPOIBlobPointStats[0].Y;
|
||||
x = data.Points[0].X;
|
||||
y = data.Points[0].Y;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user