From 9b1c138af0c8164458556d2c40e58a71062fd0fa Mon Sep 17 00:00:00 2001 From: Cydh Ramdh Date: Thu, 16 Apr 2015 11:56:04 +0700 Subject: [PATCH] Fixed #397 as follow up 823bc539. Thank @LyndisRain Signed-off-by: Cydh Ramdh --- src/map/script.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/map/script.c b/src/map/script.c index c4f3a84d55..d6a72a0a3b 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -18674,12 +18674,12 @@ BUILDIN_FUNC(showdigit) } /** * Rune Knight - * makerune({}); + * makerune <% success bonus>{,}; **/ BUILDIN_FUNC(makerune) { TBL_PC* sd; - if (!script_charid2sd(2,sd)) + if (!script_charid2sd(3,sd)) return SCRIPT_CMD_FAILURE; clif_skill_produce_mix_list(sd,RK_RUNEMASTERY,24); sd->itemid = script_getnum(st,2);