summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-05-23 15:53:27 -0500
committerWushin <pasekei@gmail.com>2015-05-23 15:53:27 -0500
commit48b56666b16dda9d3b47cd41a17c851d7c94c9f3 (patch)
tree74ecb0f75aaf97d1a87414ccdaea23ad4a899bce
parente5264f6965fb26cb6c4e85a65be959faf2b23641 (diff)
parented45923817abaad06829fc1ed8d8e5b67dc8f5d2 (diff)
downloadserverdata-48b56666b16dda9d3b47cd41a17c851d7c94c9f3.tar.gz
serverdata-48b56666b16dda9d3b47cd41a17c851d7c94c9f3.tar.bz2
serverdata-48b56666b16dda9d3b47cd41a17c851d7c94c9f3.tar.xz
serverdata-48b56666b16dda9d3b47cd41a17c851d7c94c9f3.zip
Merge pull request #386 from mekolat/patch-2
add npc name to humantime debugmes
-rw-r--r--world/map/npc/functions/time.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/functions/time.txt b/world/map/npc/functions/time.txt
index bd80a1b1..e1daf974 100644
--- a/world/map/npc/functions/time.txt
+++ b/world/map/npc/functions/time.txt
@@ -92,7 +92,7 @@ function|script|HumanTime
goto L_Clean;
L_TooShort:
- debugmes "HumanTime: negative value: "+@ms;
+ debugmes "HumanTime: negative value: "+@ms+" @ "+ strnpcinfo(0);
mapexit;
L_Millis: