From 756e18108b21a1dc75633e7587d2d3a7ce09a2a6 Mon Sep 17 00:00:00 2001 From: Christian Schlittchen Date: Fri, 28 Feb 2003 18:15:29 +0000 Subject: [PATCH] - Spellanzeige wieder ausgebaut --- src/eressea/korrektur.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/eressea/korrektur.c b/src/eressea/korrektur.c index 52808fe42..96cdd1a5e 100644 --- a/src/eressea/korrektur.c +++ b/src/eressea/korrektur.c @@ -628,7 +628,8 @@ show_newspells(void) * terminieren */ spellid_t newspellids[] = { - SPL_RUSTWEAPON }; + SPL_NOSPELL + }; /* die id's der neuen oder veränderten Sprüche werden in newspellids[] * abgelegt */