summaryrefslogtreecommitdiff
path: root/src/map/pet.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-12-02 10:58:21 +0100
committerHaru <haru@dotalux.com>2014-12-02 10:58:21 +0100
commitf92b392439cd5f2b517e9c829d9f518e1f5b392a (patch)
tree49f308799deba3e6b54800c9220c518c03c67b97 /src/map/pet.h
parent93216b60f0a37c07ede003e9d548c892ae543cfe (diff)
downloadhercules-f92b392439cd5f2b517e9c829d9f518e1f5b392a.tar.gz
hercules-f92b392439cd5f2b517e9c829d9f518e1f5b392a.tar.bz2
hercules-f92b392439cd5f2b517e9c829d9f518e1f5b392a.tar.xz
hercules-f92b392439cd5f2b517e9c829d9f518e1f5b392a.zip
Removed petheal command
- Follow-up to 8bb0078 Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/pet.h')
-rw-r--r--src/map/pet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pet.h b/src/map/pet.h
index 286109126..cffcf7dd0 100644
--- a/src/map/pet.h
+++ b/src/map/pet.h
@@ -149,7 +149,6 @@ struct pet_interface {
int (*lootitem_drop) (struct pet_data *pd, struct map_session_data *sd);
int (*skill_bonus_timer) (int tid, int64 tick, int id, intptr_t data);
int (*recovery_timer) (int tid, int64 tick, int id, intptr_t data);
- int (*heal_timer) (int tid, int64 tick, int id, intptr_t data);
int (*skill_support_timer) (int tid, int64 tick, int id, intptr_t data);
int (*read_db) ();
};