From 91104f84458366585748d63c78f58acd664c7cd2 Mon Sep 17 00:00:00 2001
From: MadCamel <madcamel@gmail.com>
Date: Fri, 24 Jul 2009 11:53:40 -0400
Subject: Magic system now works with : in character name

---
 src/map/magic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/map/magic.c b/src/map/magic.c
index fcf3ad6..327fa36 100644
--- a/src/map/magic.c
+++ b/src/map/magic.c
@@ -61,7 +61,7 @@ magic_message(character_t *caster,
 
         int power = caster->matk1;
         char *invocation_base = spell_ + 8;
-        char *source_invocation = strchr(invocation_base, ':');
+        char *source_invocation = 1 + invocation_base + strlen(caster->status.name);
         spell_t *spell;
         char *parameter;
         char *spell_invocation;
-- 
cgit v1.2.3-70-g09d2