summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-10-15 13:10:34 -0300
committerJesusaves <cpntb1@ymail.com>2020-10-15 13:10:34 -0300
commit5ece678c82c7fc66984805ac736cdac6674068a6 (patch)
treefef3e7f39d0ae829a75fd2e5266e3eef345a56fc
parentb84466f049d78258258a12e5b7dc213be4d2844a (diff)
downloadserverdata-5ece678c82c7fc66984805ac736cdac6674068a6.tar.gz
serverdata-5ece678c82c7fc66984805ac736cdac6674068a6.tar.bz2
serverdata-5ece678c82c7fc66984805ac736cdac6674068a6.tar.xz
serverdata-5ece678c82c7fc66984805ac736cdac6674068a6.zip
Report name as well
-rw-r--r--npc/functions/hub.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 2cf46f67c..4a40e5d60 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -232,7 +232,8 @@ function script HUB_Logout {
function script HUB_SkillInvoke {
// Something is... wrong
if (!@skillId) {
- Exception("ILLEGAL SKILL PASSED TO HUB. It has been compromised, Jim.", RB_DEBUGMES|RB_IRCBROADCAST)
+ Exception("ILLEGAL SKILL PASSED TO HUB. It has been compromised, Jim.", RB_DEBUGMES|RB_IRCBROADCAST);
+ debugmes "Caster: %s", strcharinfo(0);
return;
}