diff options
-rw-r--r-- | npc/config/magic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/config/magic.txt b/npc/config/magic.txt index 41a3ce9d3..2b5cfdef9 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -15,7 +15,7 @@ // AdjustSpellpower(power=100, {target=@skillTarget{, type=HARM_MAGI}}) function script AdjustSpellpower { - .@power=getarg(0, 100); + .@power=getarg(0, 100)+(readparam2(bInt)/2); .@target=getarg(1, @skillTarget); .@type=getarg(2, HARM_MAGI); .@src=getcharid(3); |