summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@users.noreply.github.com>2014-02-26 13:19:50 -0300
committershennetsind <shennetsind@users.noreply.github.com>2014-02-26 13:19:50 -0300
commit3f473c2800f8637a6f6ce245b93ac51475e69989 (patch)
tree0ce7c3a5119beccb2c30accc869e5335d2b96614 /src/map/clif.c
parent142a8f463120274fd9915a8a3a604d27ce42c43d (diff)
parentfb82304b2e359cc90924f28522f79e82204fffdf (diff)
downloadhercules-3f473c2800f8637a6f6ce245b93ac51475e69989.tar.gz
hercules-3f473c2800f8637a6f6ce245b93ac51475e69989.tar.bz2
hercules-3f473c2800f8637a6f6ce245b93ac51475e69989.tar.xz
hercules-3f473c2800f8637a6f6ce245b93ac51475e69989.zip
Merge pull request #259 from cannelle/master
Animation fixes.
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 425759d29..a3541cab9 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -10291,7 +10291,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] */