diff options
Diffstat (limited to 'src/map/pet.h')
-rw-r--r-- | src/map/pet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pet.h b/src/map/pet.h index 9517fb37b..8278ce9d8 100644 --- a/src/map/pet.h +++ b/src/map/pet.h @@ -27,7 +27,7 @@ struct pet_db { int attack_rate;
int defence_attack_rate;
int change_target_rate;
- unsigned char *script;
+ struct script_code *script;
};
extern struct pet_db pet_db[MAX_PET_DB];
|