diff options
-rw-r--r-- | world/map/conf/magic.conf.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/conf/magic.conf.template b/world/map/conf/magic.conf.template index 29f2ade5..769ec572 100644 --- a/world/map/conf/magic.conf.template +++ b/world/map/conf/magic.conf.template @@ -1026,7 +1026,7 @@ LOCAL SPELL summon-mouboo : "#A14" = => EFFECT CALL adjust_spellpower(school); CALL default_effect(); CALL gain_xp(2, 37); - CALL summon_dark_spell(1028, 1 + spellpower / 270 , 4000 - (spellpower * 9), spellpower * 100, 2); + CALL summon_spell(1028, 1 + spellpower / 270 , 4000 - (spellpower * 9), spellpower * 100, 2); LOCAL SPELL summon-pinkie : "#A15" = LET level = 1 @@ -1038,7 +1038,7 @@ LOCAL SPELL summon-pinkie : "#A15" = => EFFECT CALL adjust_spellpower(school); CALL default_effect(); CALL gain_xp(2, 38); - CALL summon_dark_spell(1018, 1 + spellpower / 120, 5000 - (spellpower * 9), spellpower * 150, 2); + CALL summon_spell(1018, 1 + spellpower / 120, 5000 - (spellpower * 9), spellpower * 150, 2); SPELL detect-players : "#G10" = LET level = 1 |