From 4ce828feccc71ee873cf323325ff3f0352493147 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 13 Jan 2020 17:08:53 -0300 Subject: 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. --- world/map/npc/functions/announcements.txt | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3-60-g2f50