From 7731f0ef44ea8449b44ccd292d3335336f2620a1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 13 Sep 2018 15:24:00 -0300 Subject: [skip ci] silly typo --- npc/functions/util.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 0e9255694..969835770 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -335,7 +335,7 @@ function script sk_intcost { // abizit() function script abizit { .@base=(MAGIC_LVL**3); - return max(MAGIC_EXP/.@base, 5); + return min(MAGIC_EXP/.@base, 5); } -- cgit v1.2.3-70-g09d2