diff options
author | shennetsind <ind@henn.et> | 2014-02-26 15:10:32 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-02-26 15:10:32 -0300 |
commit | 4bd9c3040926f35b14e3eab523620c9d20fe4d6b (patch) | |
tree | e64fa416e48477e9d464a5a19ce1c376e0b80737 /src/map/clif.c | |
parent | 0732f55931524c1a2cf703805d61e955c4afea29 (diff) | |
parent | 3f473c2800f8637a6f6ce245b93ac51475e69989 (diff) | |
download | hercules-4bd9c3040926f35b14e3eab523620c9d20fe4d6b.tar.gz hercules-4bd9c3040926f35b14e3eab523620c9d20fe4d6b.tar.bz2 hercules-4bd9c3040926f35b14e3eab523620c9d20fe4d6b.tar.xz hercules-4bd9c3040926f35b14e3eab523620c9d20fe4d6b.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 45b8505e5..36adbae9c 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] */ |