diff --git a/docs/modulo1/MER.md b/docs/modulo1/MER.md index 4403521..1690acf 100644 --- a/docs/modulo1/MER.md +++ b/docs/modulo1/MER.md @@ -51,7 +51,7 @@ A representação gráfica deste modelo pode ser vista no artefato [DER](https:/ - **SALA**: id_sala, nome_regiao, id_pre_req_missao - **ZONA_DE_ARMADILHA**: fator, tipo; - **INSTANCIA_NPC_NA_SALA**: id_sala, id_npc; -- **NPC**: id_npc; +- **NPC**: id_npc,nome_npc; - **VENDEDOR**: dialogo_associado_venda - **GUIA_DE_MISSOES**: id_missao_associada; - **MISSAO**: id_missao, nome_missao, descricao, experiencia, recompensa_em_moedas @@ -201,4 +201,5 @@ A representação gráfica deste modelo pode ser vista no artefato [DER](https:/ | Versão| Data | Descrição | Autor(es) | Revisor(es) | | ----- |----- | ---------- | ---------- | ----------- | | `1.0` | 20/07| Criando documento e adicionando entidades, relacionamentos e atributos | [João Artur](https://github.com/joao-artl) | [Eric Silveira](https://github.com/ericbky)| -| `1.1` | 19/08 | Atualizando MER| [João Artur](https://github.com/joao-artl) | [Eric Silveira](https://github.com/ericbky)| \ No newline at end of file +| `1.1` | 19/08 | Atualizando MER| [João Artur](https://github.com/joao-artl) | [Eric Silveira](https://github.com/ericbky)| +| `1.2` | 04/09 | Adicionando npc_nome ao mer| [João Artur](https://github.com/joao-artl) | [Eric Silveira](https://github.com/ericbky)| \ No newline at end of file