summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-13 17:08:53 -0300
committerJesusaves <cpntb1@ymail.com>2020-01-13 17:08:53 -0300
commit4ce828feccc71ee873cf323325ff3f0352493147 (patch)
tree755132771faaab7f7812b104a8faf464df10f1fc
parent645fbab7cf5b282dccdcf1f0b536ce906d6de6d2 (diff)
downloadserverdata-4ce828feccc71ee873cf323325ff3f0352493147.tar.gz
serverdata-4ce828feccc71ee873cf323325ff3f0352493147.tar.bz2
serverdata-4ce828feccc71ee873cf323325ff3f0352493147.tar.xz
serverdata-4ce828feccc71ee873cf323325ff3f0352493147.zip
Missing gmlog() command when stopping a scheduled broadcast.
These should be logged as well, although less useful, specially when setting a new broadcast right after.
-rw-r--r--world/map/npc/functions/announcements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/functions/announcements.txt b/world/map/npc/functions/announcements.txt
index 6e565b24..f5d3491b 100644
--- a/world/map/npc/functions/announcements.txt
+++ b/world/map/npc/functions/announcements.txt
@@ -113,6 +113,7 @@ L_ManualBroadcast:
L_StopBroadcast:
donpcevent "Stone Board::OnStopBroadcast";
mes "Done.";
+ gmlog strcharinfo(0) + " stopped the scheduled broadcast.";
goto L_Close;
L_StartBroadcast2: