diff options
author | Cassy1 <cassy.tmw@gmail.com> | 2015-01-08 23:04:27 +0100 |
---|---|---|
committer | Cassy1 <cassy.tmw@gmail.com> | 2015-01-08 23:04:27 +0100 |
commit | 25550f1fee4fc90d131006efcdca2a613cf0950f (patch) | |
tree | f81f7f284204f19959f957855b0d460886d0d0b4 /world/map/npc/017-9/announcements.txt | |
parent | d9535873cf75ea32ef2206ff84b8c34cfba402a1 (diff) | |
download | serverdata-25550f1fee4fc90d131006efcdca2a613cf0950f.tar.gz serverdata-25550f1fee4fc90d131006efcdca2a613cf0950f.tar.bz2 serverdata-25550f1fee4fc90d131006efcdca2a613cf0950f.tar.xz serverdata-25550f1fee4fc90d131006efcdca2a613cf0950f.zip |
Lowering required GM level from 60 to 30
Diffstat (limited to 'world/map/npc/017-9/announcements.txt')
-rw-r--r-- | world/map/npc/017-9/announcements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/017-9/announcements.txt b/world/map/npc/017-9/announcements.txt index f9e24e52..3ee68b07 100644 --- a/world/map/npc/017-9/announcements.txt +++ b/world/map/npc/017-9/announcements.txt @@ -15,7 +15,7 @@ 017-9.gat,26,24,0|script|Stone Board|145 { - if (getgmlevel() < 60) + if (getgmlevel() < 30) goto L_Close; if ($@GMSA_STATUS) |