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);