diff --git a/src/buildno.h b/src/buildno.h index 05e1213de..c494bb5ee 100644 --- a/src/buildno.h +++ b/src/buildno.h @@ -1,3 +1,3 @@ #define VERSION_MAJOR 3 #define VERSION_MINOR 6 -#define VERSION_BUILD 2 +#define VERSION_BUILD 3 diff --git a/src/spells/combatspells.c b/src/spells/combatspells.c index d5f38032e..dc7bb1bda 100644 --- a/src/spells/combatspells.c +++ b/src/spells/combatspells.c @@ -34,6 +34,7 @@ /* util includes */ #include #include +#include #include #include @@ -887,6 +888,7 @@ int sp_igjarjuk(castorder *co) { fi = summon_allies(fi, rc, 1); u = fi->unit; unit_setname(u, "Igjarjuk"); + log_debug("%s calls a wyrm in %s", unitname(fi->unit), regionname(u->region, 0)); return co->level; }