summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}