commit | 63ee17e9642092fdb9f7466e2553437771089e8b | [log] [tgz] |
---|---|---|
author | notstrom <jochen@tolot.escape.de> | Mon Nov 12 18:44:20 2018 +0100 |
committer | notstrom <jochen@tolot.escape.de> | Mon Nov 12 18:44:20 2018 +0100 |
tree | 97d8249461bee938dab1b59c2a3b0e26cfc87411 | |
parent | e853cb61a718384627ffdaecc8b7da4aa76cfdac [diff] |
Fix include. Change-Id: I5e984e7ffdbd4b62a58b597446289797bf15a1c3
diff --git a/npc/zwerg3.c b/npc/zwerg3.c index 53d3ea1..f4a14cb 100644 --- a/npc/zwerg3.c +++ b/npc/zwerg3.c
@@ -1,6 +1,6 @@ inherit "/std/npc"; -#include <combat.h> +#include <new_skills.h> #include __PATH__(1)"defs.h"