diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:06:39 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:22 -0600 |
commit | ac94b5185e33f525bb26f02cafbd3d877d0a2f60 (patch) | |
tree | 17562f343694c47c6ed425dffef1c1033a9112ab /world/map/npc/items/restricted_item.txt | |
parent | fd8f4196a0b4fd9552d25fde1323191542e11bb8 (diff) | |
download | serverdata-ac94b5185e33f525bb26f02cafbd3d877d0a2f60.tar.gz serverdata-ac94b5185e33f525bb26f02cafbd3d877d0a2f60.tar.bz2 serverdata-ac94b5185e33f525bb26f02cafbd3d877d0a2f60.tar.xz serverdata-ac94b5185e33f525bb26f02cafbd3d877d0a2f60.zip |
Fix Items For AST
Diffstat (limited to 'world/map/npc/items/restricted_item.txt')
-rw-r--r-- | world/map/npc/items/restricted_item.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/items/restricted_item.txt b/world/map/npc/items/restricted_item.txt index 5873ce45..c0084408 100644 --- a/world/map/npc/items/restricted_item.txt +++ b/world/map/npc/items/restricted_item.txt @@ -6,7 +6,7 @@ // @minLvl The minimum required GM level to equip this item. When not set or set to 0, it is set to 60 as a default. // ------------------------------------------------------------ -function|script|RestrictedItem|, +function|script|RestrictedItem { if (!@minLvl) set @minLvl, 60; if (debug || getgmlevel() >= @minLvl) goto L_Return; // If the active character is staff, do nothing. |