From f31497688ec199d06f04d137ada8879fa1b419cc Mon Sep 17 00:00:00 2001
From: Maximilian Philipps <Turmfalke2007@web.de>
Date: Sun, 19 Jul 2009 17:22:57 +0200
Subject: removes next; when followed by a close;

---
 conf/magic.conf.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'conf')

diff --git a/conf/magic.conf.template b/conf/magic.conf.template
index 35936be4..ad550133 100644
--- a/conf/magic.conf.template
+++ b/conf/magic.conf.template
@@ -317,7 +317,7 @@ SPELL lesser-heal (target : STRING) : "#L00" =
                     IF failed(pc(target))
                       THEN (IF ((target = "mouboo" || target = "Mouboo")
                                  && rdistance(location(caster), location(npc("Mouboo"))) < 2 + (spellpower / 100))
-                            THEN { mes "Your spell seems to have no effect on the mouboo."; next; close; }
+                            THEN { mes "Your spell seems to have no effect on the mouboo."; close; }
                             ELSE target = caster;)
                       ELSE (target = pc(target);
                             IF is_dead(target)
-- 
cgit v1.2.3-70-g09d2