From 0d3c2f023eeb67275dac9aa9c2d7f2dda9f269b4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 9 Aug 2018 23:31:50 -0300 Subject: I think I've found the bug >.< --- npc/config/magic.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/config/magic.txt') diff --git a/npc/config/magic.txt b/npc/config/magic.txt index 85d3442bf..81d0cdbeb 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -32,7 +32,7 @@ function script GetManaExp { LAST_SKILL=.@sk; MAGIC_EXP=MAGIC_EXP+.@pt+.@bonus; debugmes "--- Magic Subsystem: GME: Complete"; - end; + return; } // SkillID, Mana{, MP per level} @@ -82,5 +82,5 @@ function script SummonMagic { for (.@i = 0; .@i < (.@lv+(.@adj-1))/.@adj; .@i++) summon("Summoned Monster", .@id, rand(35,50)+.@lv*10); dispbottom l("All monsters summoned!"); - + return; } -- cgit v1.2.3-60-g2f50