From 5ece678c82c7fc66984805ac736cdac6674068a6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 15 Oct 2020 13:10:34 -0300 Subject: Report name as well --- npc/functions/hub.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3-60-g2f50