summaryrefslogtreecommitdiff
path: root/world/map/npc/items/restricted_item.txt
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2014-11-05 11:06:39 -0600
committerwushin <pasekei@gmail.com>2014-11-05 11:47:22 -0600
commitac94b5185e33f525bb26f02cafbd3d877d0a2f60 (patch)
tree17562f343694c47c6ed425dffef1c1033a9112ab /world/map/npc/items/restricted_item.txt
parentfd8f4196a0b4fd9552d25fde1323191542e11bb8 (diff)
downloadserverdata-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.txt2
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.