summaryrefslogtreecommitdiff
path: root/world/map/npc/botcheck
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/botcheck')
-rw-r--r--world/map/npc/botcheck/announcements.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/botcheck/announcements.txt b/world/map/npc/botcheck/announcements.txt
index d975984d..ec0b9f6c 100644
--- a/world/map/npc/botcheck/announcements.txt
+++ b/world/map/npc/botcheck/announcements.txt
@@ -14,7 +14,7 @@
botcheck.gat,49,29,0|script|Stone Board|348,{
-if (!(getgmlevel() >= 60 && getequipid(equip_head) == 725))
+if (getgmlevel() < 60)
goto L_Close;
if ($@GMSA_STATUS == 0)
@@ -107,8 +107,8 @@ L_Help:
S_Help:
mes "[GM Scheduled Broadcasts Board]";
- mes "This board allows a GM to schedule a message to be broadcasted every X hours.";
- mes "Only one broadcast can be scheduled at once.";
+ mes "This board allows a GM to schedule a message to be broadcast every X hours.";
+ mes "Only one broadcast can be scheduled at a time.";
return;
S_PerformBroadcast: