From 28f17b6a086a5a697ff5eba58f99d3f64863b9a2 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 12 Sep 2015 19:26:51 +0200 Subject: [PATCH] release version 3.6.3 --- src/buildno.h | 2 +- src/spells/combatspells.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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; }