summaryrefslogtreecommitdiff
path: root/src/map/pet.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-24 14:52:11 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-24 14:52:11 +0000
commitdc9ae7b5a2a047d3cf3e889b0d1df0d7af67e2a4 (patch)
tree05b3fa0c830cdbdb14ffc85ae56ff153ff4c929d /src/map/pet.h
parent52c05755226744e3fc6f42779d60f6ed392a5e4b (diff)
downloadhercules-dc9ae7b5a2a047d3cf3e889b0d1df0d7af67e2a4.tar.gz
hercules-dc9ae7b5a2a047d3cf3e889b0d1df0d7af67e2a4.tar.bz2
hercules-dc9ae7b5a2a047d3cf3e889b0d1df0d7af67e2a4.tar.xz
hercules-dc9ae7b5a2a047d3cf3e889b0d1df0d7af67e2a4.zip
- Fixed skill_delayfix not altering delay at all after you reached 150.
- Applied ers to pet loot drops. - Cleaned up the pet loot drop function. - Mob skill state MSS_ANY won't include MSS_DEAD now. - Added mob skill state MSS_ANYTARGET ("anytarget") which means any state (except dead) on which the mob has a target set. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6250 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 5e4541de0..9517fb37b 100644
--- a/src/map/pet.h
+++ b/src/map/pet.h
@@ -52,7 +52,6 @@ int pet_equipitem(struct map_session_data *sd,int index);
int pet_unequipitem(struct map_session_data *sd);
int pet_food(struct map_session_data *sd);
int pet_lootitem_drop(struct pet_data *pd,struct map_session_data *sd);
-int pet_delay_item_drop2(int tid,unsigned int tick,int id,int data);
int pet_ai_sub_hard_lootsearch(struct block_list *bl,va_list ap);
int pet_attackskill(struct pet_data *pd, int target_id);
int pet_skill_support_timer(int tid, unsigned int tick, int id, int data); // [Skotlex]