summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 8da0f1265..13bbb5ef0 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -3533,7 +3533,7 @@ int atcommand_doommap(const int fd, struct map_session_data* sd, const char* com
*------------------------------------------*/
static void atcommand_raise_sub(struct map_session_data* sd)
{
- if (!sd->state.auth || !status_isdead(&sd->bl))
+ if (!status_isdead(&sd->bl))
return;
if(!status_revive(&sd->bl, 100, 100))