diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-18 16:14:44 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-18 16:14:44 +0000 |
commit | 3478d705f736e718713cac0e73f9998986f7b07e (patch) | |
tree | d3d0ff676d2c123bbdc56adcca92912246a58ca4 /src/map/pc.c | |
parent | e1c6063f5c4072a4273f7dc9580df96c402045cb (diff) | |
download | hercules-3478d705f736e718713cac0e73f9998986f7b07e.tar.gz hercules-3478d705f736e718713cac0e73f9998986f7b07e.tar.bz2 hercules-3478d705f736e718713cac0e73f9998986f7b07e.tar.xz hercules-3478d705f736e718713cac0e73f9998986f7b07e.zip |
- Fixed a compile warning. Some minor format cleanups.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7733 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 3396de798..55be33f6c 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -647,7 +647,7 @@ int pc_authok(struct map_session_data *sd, int login_id2, time_t connect_until_t //Set here because we need the inventory data for weapon sprite parsing. status_set_viewdata(&sd->bl, sd->status.class_); unit_dataset(&sd->bl); - + sd->guild_x = -1; sd->guild_y = -1; @@ -4747,7 +4747,6 @@ int pc_dead(struct map_session_data *sd,struct block_list *src) merc_stop_attack(sd->hd) ; merc_hom_delete(sd->hd,0); } - // Leave duel if you die [LuzZza] if(battle_config.duel_autoleave_when_die) { |