summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-25 20:07:55 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-25 20:07:55 +0000
commit7b9b6586aa99a19fe8c1757acdced7bec33e270b (patch)
tree89fa2ab63741ccf5a499d0df7ebee69e5fac70a2 /src/map/pc.c
parent0d9785742ca4554d633c226c2db8fa7a2d255082 (diff)
downloadhercules-7b9b6586aa99a19fe8c1757acdced7bec33e270b.tar.gz
hercules-7b9b6586aa99a19fe8c1757acdced7bec33e270b.tar.bz2
hercules-7b9b6586aa99a19fe8c1757acdced7bec33e270b.tar.xz
hercules-7b9b6586aa99a19fe8c1757acdced7bec33e270b.zip
- Ops... missing var from my source. Sorry.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13492 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 28e18fd44..89e9f1282 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -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 )