diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-08 10:51:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-08 10:51:05 -0300 |
commit | aabfc9306849fd3e0cb28f9a78e49caab8cec258 (patch) | |
tree | 21202d40bd93c1eb216ad8e813adbc4d2b373dae /world/map/db/item_db_offhand.txt | |
parent | b9783d45aae91d656f51ee36aa12b0d55b80ae47 (diff) | |
download | serverdata-aabfc9306849fd3e0cb28f9a78e49caab8cec258.tar.gz serverdata-aabfc9306849fd3e0cb28f9a78e49caab8cec258.tar.bz2 serverdata-aabfc9306849fd3e0cb28f9a78e49caab8cec258.tar.xz serverdata-aabfc9306849fd3e0cb28f9a78e49caab8cec258.zip |
Prevent non-staff from using the new items. Double safe.
Diffstat (limited to 'world/map/db/item_db_offhand.txt')
-rw-r--r-- | world/map/db/item_db_offhand.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/db/item_db_offhand.txt b/world/map/db/item_db_offhand.txt index 7ed9369c..9272c480 100644 --- a/world/map/db/item_db_offhand.txt +++ b/world/map/db/item_db_offhand.txt @@ -5,4 +5,4 @@ 602, WoodenShield, 5, 10000, 2000, 1500, 0, 14, 0, -70, 0, 2, 32, 0, 0, 0, {}, {} 603, LeatherShield, 5, 2000, 1000, 1300, 0, 7, 0, -35, 0, 2, 32, 0, 0, 0, {}, {} 797, BromenalShield, 5, 40000, 3000, 2500, 0, 20, 0, -200, 0, 2, 32, 0, 0, 0, {}, {} -5285, DragonShield, 5, 40000, 3000, 2500, 0, 30, 0, -200, 0, 2, 32, 0, 0, 0, {}, {} +5285, DragonShield, 5, 40000, 3000, 2500, 0, 30, 0, -200, 0, 2, 32, 0, 0, 0, {}, {set @minLvl, 1;callfunc "RestrictedItem";} |