aboutsummaryrefslogtreecommitdiff
path: root/src/game/Level3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Level3.cpp')
-rw-r--r--src/game/Level3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp
index e2a290e7869..c3aac87024a 100644
--- a/src/game/Level3.cpp
+++ b/src/game/Level3.cpp
@@ -4356,7 +4356,7 @@ bool ChatHandler::HandleReviveCommand(const char *args)
if (target)
{
- target->ResurrectPlayer(0.5f);
+ target->ResurrectPlayer(target->GetSession()->GetSecurity() > SEC_PLAYER ? 1.0f : 0.5f);
target->SpawnCorpseBones();
target->SaveToDB();
}