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 52f4999df..b46f55229 100644 --- a/src/map/pet.h +++ b/src/map/pet.h @@ -44,7 +44,7 @@ struct pet_bonus { unsigned short type; //bStr, bVit? unsigned short val; //Qty unsigned short duration; //in secs - unsigned short delay; //Time before recasting (secs) + unsigned short delay; //Time before RENEWAL_CAST (secs) int timer; }; |