From dd7ffb5987effcf1962acb720106b4608fd37870 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 11 Dec 2018 19:36:07 +0100 Subject: [PATCH] comment copypasta --- src/kernel/gamedata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel/gamedata.h b/src/kernel/gamedata.h index 664c5e1c3..77469f9da 100644 --- a/src/kernel/gamedata.h +++ b/src/kernel/gamedata.h @@ -40,7 +40,7 @@ #define FACTION_UID_VERSION 362 /* f->uid contains a database id */ #define CRYPT_VERSION 363 /* passwords are encrypted */ #define FAMILIAR_FIXMAGE_VERSION 364 /* familiar links are fixed */ -#define FAMILIAR_FIXSPELLBOOK_VERSION 365 /* familiar links are fixed */ +#define FAMILIAR_FIXSPELLBOOK_VERSION 365 /* familiar spells are fixed */ #define RELEASE_VERSION FAMILIAR_FIXSPELLBOOK_VERSION /* current datafile */ #define MIN_VERSION UIDHASH_VERSION /* minimal datafile we support */