From a00579f57be4f02cd2a60ecd9468277ba6631e78 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Apr 2014 22:33:31 -0700 Subject: Fix style (split for more readable diff) --- world/map/npc/botcheck/announcements.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'world/map/npc/botcheck') diff --git a/world/map/npc/botcheck/announcements.txt b/world/map/npc/botcheck/announcements.txt index c5ec0b6b..cb7a5f8f 100644 --- a/world/map/npc/botcheck/announcements.txt +++ b/world/map/npc/botcheck/announcements.txt @@ -15,13 +15,12 @@ botcheck.gat,49,29,0|script|Stone Board|348, { -if (getgmlevel() < 60) - goto L_Close; + if (getgmlevel() < 60) + goto L_Close; -if ($@GMSA_STATUS == 0) + if ($@GMSA_STATUS) + goto L_InfoBroadcast; goto L_PrepareBroadcast; -//else - goto L_InfoBroadcast; L_InfoBroadcast: set @next_broadcast_ts, (3600000*($@GMSA_TICK - $@GMSA_CURRENT_TICK) - getnpctimer(0))/1000; -- cgit v1.2.3-60-g2f50