Browse Source

Follow up e52fc94 / r17528

Cahyadi Ramadhan Togihon 11 years ago
parent
commit
9b7eb48fe5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/map/map.c

+ 1 - 1
src/map/map.c

@@ -1706,7 +1706,7 @@ int map_quit(struct map_session_data *sd) {
 
 	if( sd->ed ) {
 		elemental_clean_effect(sd->ed);
-		unit_remove_map(&sd->ed->bl,CLR_TELEPORT);
+		unit_remove_map(&sd->ed->bl,CLR_RESPAWN);
 	}
 
 	unit_remove_map_pc(sd,CLR_RESPAWN);