Core/Instances: fixed encounter frames packet

This commit is contained in:
Ovalord
2017-10-13 10:35:08 +02:00
parent bd5efd9f22
commit be8ff83e88

View File

@@ -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: