summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorMysterious <mysteriousragnarok@hotmail.com>2013-02-05 17:08:29 -0800
committerMysterious <mysteriousragnarok@hotmail.com>2013-02-05 17:08:29 -0800
commit5e76d9a1a0ab36af5d8ad072ea4dcbf6122b0ae9 (patch)
treea938a98c1d3b856dd37cc989ac0d39d2de58abe1 /src/map/script.c
parent9909d3bf4f4ad0acad48fbe5f1cfe69e44109da9 (diff)
parent2eb3e450d53a450d2493fae0ede3632802de6dd6 (diff)
downloadhercules-5e76d9a1a0ab36af5d8ad072ea4dcbf6122b0ae9.tar.gz
hercules-5e76d9a1a0ab36af5d8ad072ea4dcbf6122b0ae9.tar.bz2
hercules-5e76d9a1a0ab36af5d8ad072ea4dcbf6122b0ae9.tar.xz
hercules-5e76d9a1a0ab36af5d8ad072ea4dcbf6122b0ae9.zip
Merge pull request #2 from HerculesWS/master
Merging Hercules Commits from Feb 3 - 5 2013.
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 60a61654a..b4f0a5d9b 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -1,5 +1,6 @@
-// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
+// Copyright (c) Hercules dev team, licensed under GNU GPL.
+// See the LICENSE file
+// Portions Copyright (c) Athena dev team
//#define DEBUG_DISP
//#define DEBUG_DISASM
@@ -7860,6 +7861,7 @@ BUILDIN_FUNC(bonus)
case SP_SKILL_FIXEDCAST:
case SP_SKILL_VARIABLECAST:
case SP_VARCASTRATE:
+ case SP_FIXCASTRATE:
case SP_SKILL_USE_SP:
// these bonuses support skill names
val1 = ( script_isstring(st,3) ? skill_name2id(script_getstr(st,3)) : script_getnum(st,3) );