summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-10-25 01:56:47 +0200
committerHaru <haru@dotalux.com>2014-10-27 01:05:50 +0100
commit8bb00782225e2f04f61863832a6c27d512b551b5 (patch)
tree11c1f1d7ffef80fb44522c02e2363198661430a9 /src/map
parent9f1944a462f01928f8c5841821bfe0c777a2009b (diff)
downloadhercules-8bb00782225e2f04f61863832a6c27d512b551b5.tar.gz
hercules-8bb00782225e2f04f61863832a6c27d512b551b5.tar.bz2
hercules-8bb00782225e2f04f61863832a6c27d512b551b5.tar.xz
hercules-8bb00782225e2f04f61863832a6c27d512b551b5.zip
Marked the petheal command as deprecated
- The command should be replaced by petskillsupport in any custom scripts. - Updated the custom SOHEE pet skill script to use petskillsupport with level 10 AL_HEAL. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map')
-rw-r--r--src/map/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 056d56169..2c4defc25 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -19239,7 +19239,7 @@ void script_parse_builtin(void) {
BUILDIN_DEF(petskillbonus,"iiii"), // [Valaris]
BUILDIN_DEF(petrecovery,"ii"), // [Valaris]
BUILDIN_DEF(petloot,"i"), // [Valaris]
- BUILDIN_DEF(petheal,"iiii"), // [Valaris]
+ BUILDIN_DEF_DEPRECATED(petheal,"iiii"), // Deprecated 2014-10-27 [Haru]
BUILDIN_DEF(petskillattack,"viii"), // [Skotlex]
BUILDIN_DEF(petskillattack2,"viiii"), // [Valaris]
BUILDIN_DEF(petskillsupport,"viiii"), // [Skotlex]