diff --git a/templates/sheets/npc/main.hbs b/templates/sheets/npc/main.hbs
index aab7074..7347f25 100644
--- a/templates/sheets/npc/main.hbs
+++ b/templates/sheets/npc/main.hbs
@@ -16,7 +16,12 @@
| {{localize "midgard5.class"}} |
-
+ {{#each data.info.class as |class id|}}
+
+ {{/each}}
|
{{localize "midgard5.level"}} |
{{data.calc.level}} |
@@ -110,6 +115,9 @@
@@ -121,6 +129,9 @@
{{> "systems/midgard5/templates/sheets/npc/properties.hbs"}}
+
+ {{> "systems/midgard5/templates/sheets/character/spells.hbs"}}
+
{{> "systems/midgard5/templates/sheets/npc/description.hbs"}}