From 3478d705f736e718713cac0e73f9998986f7b07e Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 18 Jul 2006 16:14:44 +0000 Subject: - 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 --- src/map/pc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/pc.c') 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) { -- cgit v1.2.3-70-g09d2