From fb82304b2e359cc90924f28522f79e82204fffdf Mon Sep 17 00:00:00 2001 From: cannelle Date: Thu, 20 Feb 2014 14:30:37 -0600 Subject: Fixed animation for dead players respawning. CLR_RESPAWN is actually the logout animation not the respawn animation. CLR_OUTSIGHT is the correct animation for respawning. --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/clif.c b/src/map/clif.c index 357c4dc6a..9b2f76c0e 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -10328,7 +10328,7 @@ void clif_parse_ActionRequest(int fd, struct map_session_data *sd) void clif_parse_Restart(int fd, struct map_session_data *sd) { switch(RFIFOB(fd,2)) { case 0x00: - pc->respawn(sd,CLR_RESPAWN); + pc->respawn(sd,CLR_OUTSIGHT); break; case 0x01: /* Rovert's Prevent logout option - Fixed [Valaris] */ -- cgit v1.2.3-70-g09d2