Exemple #1
0
 internal static void GenerateId(NPC npc, HighId highId)
 {
     npc.EntityId = new EntityId(NPCMgr.GenerateUniqueLowId(), npc.EntryId, highId);
 }