summaryrefslogtreecommitdiff
path: root/src/map/pet.c
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-08-12 11:20:12 +0530
committerDastgir <dastgirpojee@rocketmail.com>2015-08-12 11:20:12 +0530
commit10f24ba5b82e7e563cb720a8dea9a415fd8055d7 (patch)
tree854d29dfa5096dcb1e427a2b50b47fdb4601b8b8 /src/map/pet.c
parentc63f46ef29310ec846b7fb90e02e93a6abd7abdc (diff)
parentbe8b2eaed13475ae043daa81882e490e78396562 (diff)
downloadhercules-10f24ba5b82e7e563cb720a8dea9a415fd8055d7.tar.gz
hercules-10f24ba5b82e7e563cb720a8dea9a415fd8055d7.tar.bz2
hercules-10f24ba5b82e7e563cb720a8dea9a415fd8055d7.tar.xz
hercules-10f24ba5b82e7e563cb720a8dea9a415fd8055d7.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/pet.c')
-rw-r--r--src/map/pet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pet.c b/src/map/pet.c
index 2379ec984..b612a9505 100644
--- a/src/map/pet.c
+++ b/src/map/pet.c
@@ -367,7 +367,7 @@ int pet_data_init(struct map_session_data *sd, struct s_pet *petinfo)
pd->state.skillbonus = 0;
if( battle_config.pet_status_support )
- script->run(pet->db[i].pet_script,0,sd->bl.id,0);
+ script->run_pet(pet->db[i].pet_script,0,sd->bl.id,0);
if( pd->petDB ) {
if( pd->petDB->equip_script )