summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/script.c b/src/map/script.c
index f83264315..4b2cedea4 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -7358,6 +7358,9 @@ BUILDIN_FUNC(bonus)
case SP_CASTRATE:
case SP_ADDEFF_ONSKILL:
case SP_SP_RATE_SKILL:
+ case SP_SKILL_COOLDOWN:
+ case SP_SKILL_FIXEDCAST:
+ case SP_SKILL_VARIABLECAST:
// these bonuses support skill names
val1 = ( script_isstring(st,3) ? skill_name2id(script_getstr(st,3)) : script_getnum(st,3) );
break;