From be8ff83e882ee09e030d22e1cc30aea9d1cb5594 Mon Sep 17 00:00:00 2001 From: Ovalord <1Don7H4v3@m41L.com> Date: Fri, 13 Oct 2017 10:35:08 +0200 Subject: [PATCH] Core/Instances: fixed encounter frames packet --- src/server/game/Instances/InstanceScript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/game/Instances/InstanceScript.cpp b/src/server/game/Instances/InstanceScript.cpp index 16eedc7e9f0..bce1c51b176 100644 --- a/src/server/game/Instances/InstanceScript.cpp +++ b/src/server/game/Instances/InstanceScript.cpp @@ -624,7 +624,7 @@ void InstanceScript::SendEncounterUnit(uint32 type, Unit* unit /*= NULL*/, uint8 case ENCOUNTER_FRAME_UPDATE_PRIORITY: if (!unit) return; - data << unit->GetPackGUID(); + data.appendPackGUID(unit->GetGUID()); data << uint8(param1); break; case ENCOUNTER_FRAME_ADD_TIMER: