diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-25 22:51:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-25 22:51:54 -0300 |
commit | 693472fb909c05356e7172eda25918095ed530cc (patch) | |
tree | e119b67b184f8ab0202f311cc564ceb3766afce8 /npc/012-5 | |
parent | 516183a04d27abd40eade9fed79d956a795fbcc9 (diff) | |
download | serverdata-693472fb909c05356e7172eda25918095ed530cc.tar.gz serverdata-693472fb909c05356e7172eda25918095ed530cc.tar.bz2 serverdata-693472fb909c05356e7172eda25918095ed530cc.tar.xz serverdata-693472fb909c05356e7172eda25918095ed530cc.zip |
Remove the entry to remove item options from Nicholas (useless)
Diffstat (limited to 'npc/012-5')
-rw-r--r-- | npc/012-5/nicholas.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 324585247..7ffbd14d5 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -90,7 +90,7 @@ L_Menu: l("I want to forge One Handed Weapons!"), l("I want to forge Shields!"), l("I want to forge Quivers!"), - rif(getskilllv(TMW2_CRAFT), l("I would like to remove an item options")), + rif(is_staff() && getskilllv(TMW2_CRAFT), l("I would like to remove an item options")), rif(getskilllv(TMW2_CRAFT), l("I would like to change an item options")), l("Nothing, thanks!"); |