summaryrefslogtreecommitdiff
path: root/src/map/pet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pet.c')
-rw-r--r--src/map/pet.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/pet.c b/src/map/pet.c
index f413863a0..f8ee3e216 100644
--- a/src/map/pet.c
+++ b/src/map/pet.c
@@ -1237,7 +1237,7 @@ int read_petdb()
// Remove any previous scripts in case reloaddb was invoked.
for( j = 0; j < MAX_PET_DB; j++ )
if (pet_db[j].script) {
- aFree(pet_db[j].script);
+ script_free_code(pet_db[j].script);
pet_db[j].script = NULL;
}
@@ -1332,7 +1332,6 @@ int read_petdb()
*------------------------------------------*/
int do_init_pet(void)
{
- memset(pet_db,0,sizeof(pet_db));
read_petdb();
item_drop_ers = ers_new(sizeof(struct item_drop));