- Ops... missing var from my source. Sorry.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13492 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
d4c7aad803
commit
c728878085
@ -5202,7 +5202,7 @@ int pc_dead(struct map_session_data *sd,struct block_list *src)
|
||||
if(sd->status.pet_id > 0 && sd->pd)
|
||||
{
|
||||
struct pet_data *pd = sd->pd;
|
||||
if( !map[sd->bl.m].flag.noexppenalty && !flag )
|
||||
if( !map[sd->bl.m].flag.noexppenalty )
|
||||
{
|
||||
pet_set_intimate(pd, pd->pet.intimate - pd->petDB->die);
|
||||
if( pd->pet.intimate < 0 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user