Core/Entities: Use new PackedGuid class

This commit is contained in:
Shauren
2014-09-13 01:07:21 +02:00
parent 2fc52b5af6
commit ce67a097bf
28 changed files with 134 additions and 131 deletions

View File

@@ -480,7 +480,7 @@ void InstanceScript::SendEncounterUnit(uint32 type, Unit* unit /*= NULL*/, uint8
case ENCOUNTER_FRAME_UPDATE_PRIORITY:
if (!unit)
return;
data.append(unit->GetPackGUID());
data << unit->GetPackGUID();
data << uint8(param1);
break;
case ENCOUNTER_FRAME_ADD_TIMER: