diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-02-09 10:28:19 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-09 10:28:19 -0500 |
commit | 363bb322d0d924a68cfa5e726381c70a8ad31497 (patch) | |
tree | 6c957759f4d4d0481f5dd61b0bc46684b02e8b3b /world/map | |
parent | d9cd196c2f7b856c16a8b435cc3090436ec298d2 (diff) | |
download | serverdata-363bb322d0d924a68cfa5e726381c70a8ad31497.tar.gz serverdata-363bb322d0d924a68cfa5e726381c70a8ad31497.tar.bz2 serverdata-363bb322d0d924a68cfa5e726381c70a8ad31497.tar.xz serverdata-363bb322d0d924a68cfa5e726381c70a8ad31497.zip |
temporary numa fixv2016.2.9-2
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/functions/announcements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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]"; |