From b5c143b5ac5935dc7378dfb4314003e445efb5d1 Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Fri, 31 Oct 2008 00:24:52 +0000 Subject: Fix a bug in magic due to recent restructuring. Patch by fate. --- src/map/magic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/magic.c b/src/map/magic.c index 7309281..0fc2881 100644 --- a/src/map/magic.c +++ b/src/map/magic.c @@ -106,7 +106,7 @@ magic_message(character_t *caster, while (*source_invocation) *source_invocation++ = '.'; } - return 0; + return 1; } return 0; /* Not a spell */ -- cgit v1.2.3-60-g2f50