summaryrefslogtreecommitdiff
path: root/npc/001-8
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-14 01:12:09 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-14 01:12:09 -0200
commit9ffc34ab0191ed290ae5f7c4be49b7cfca33bcc8 (patch)
tree5a9c22c409069de26d294240482eafd918393b3a /npc/001-8
parent1a1af0d816606f9ce3ba619d5edf6a94fd4a4fdb (diff)
downloadserverdata-9ffc34ab0191ed290ae5f7c4be49b7cfca33bcc8.tar.gz
serverdata-9ffc34ab0191ed290ae5f7c4be49b7cfca33bcc8.tar.bz2
serverdata-9ffc34ab0191ed290ae5f7c4be49b7cfca33bcc8.tar.xz
serverdata-9ffc34ab0191ed290ae5f7c4be49b7cfca33bcc8.zip
[skip ci] What are you doing >.>
Diffstat (limited to 'npc/001-8')
-rw-r--r--npc/001-8/hub.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt
index d8f950198..f959da53c 100644
--- a/npc/001-8/hub.txt
+++ b/npc/001-8/hub.txt
@@ -426,6 +426,8 @@ OnPCLogoutEvent:
if (@deathpenalty_override && @qhub_died) {
@deathpenalty_realvalue=readparam(BaseExp);
@deathpenalty_realvaljob=readparam(JobExp);
+ if (is_staff())
+ debugmes("Old values: %d %d Current Values: %d %d", @deathpenalty_realvalue, @deathpenalty_realvaljob, readparam(BaseExp), readparam(JobExp));
addtimer(200, "#QuirinoHUB::OnNoPenaltyCommand");
}