diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-15 13:10:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-15 13:10:34 -0300 |
commit | 5ece678c82c7fc66984805ac736cdac6674068a6 (patch) | |
tree | fef3e7f39d0ae829a75fd2e5266e3eef345a56fc | |
parent | b84466f049d78258258a12e5b7dc213be4d2844a (diff) | |
download | serverdata-5ece678c82c7fc66984805ac736cdac6674068a6.tar.gz serverdata-5ece678c82c7fc66984805ac736cdac6674068a6.tar.bz2 serverdata-5ece678c82c7fc66984805ac736cdac6674068a6.tar.xz serverdata-5ece678c82c7fc66984805ac736cdac6674068a6.zip |
Report name as well
-rw-r--r-- | npc/functions/hub.txt | 3 |
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; } |