From 363bb322d0d924a68cfa5e726381c70a8ad31497 Mon Sep 17 00:00:00 2001 From: mekolat Date: Tue, 9 Feb 2016 10:28:19 -0500 Subject: temporary numa fix --- world/map/npc/functions/announcements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'world/map/npc/functions') diff --git a/world/map/npc/functions/announcements.txt b/world/map/npc/functions/announcements.txt index 0a62e144..6e565b24 100644 --- a/world/map/npc/functions/announcements.txt +++ b/world/map/npc/functions/announcements.txt @@ -21,6 +21,7 @@ function|script|SBConfig L_InfoBroadcast: set @ms, (3600000*($@GMSA_TICK - $@GMSA_CURRENT_TICK) - getnpctimer(0, "Stone Board")); + if (@ms < 0) set @ms, 0; // FIXME: find out WHY this can happen callfunc "HumanTime"; mes "[GM Scheduled Broadcasts Board]"; -- cgit v1.2.3-60-g2f50