diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-30 16:04:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-30 16:04:17 -0300 |
commit | 355441b79c01e4afb9c5d5d1aa1358313ba75224 (patch) | |
tree | c298b83a81a7a5e07a02aaaff6409e11ca6992e8 /npc/guilds | |
parent | 3bfcbb65a0c745ce850b4d48142023b9a386db93 (diff) | |
download | serverdata-355441b79c01e4afb9c5d5d1aa1358313ba75224.tar.gz serverdata-355441b79c01e4afb9c5d5d1aa1358313ba75224.tar.bz2 serverdata-355441b79c01e4afb9c5d5d1aa1358313ba75224.tar.xz serverdata-355441b79c01e4afb9c5d5d1aa1358313ba75224.zip |
Guilds won't tweak/clear items anymore. Talk to Nicholas for these functions.
Diffstat (limited to 'npc/guilds')
-rw-r--r-- | npc/guilds/forge.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/npc/guilds/forge.txt b/npc/guilds/forge.txt index 0d192e9fe..b6f26f65b 100644 --- a/npc/guilds/forge.txt +++ b/npc/guilds/forge.txt @@ -5,20 +5,6 @@ // Guild Facility - Blacksmith Area guilds,24,27,0 script Guild Blacksmith NPC_NO_SPRITE,{ - select - l("Forge a new item"), - rif(is_staff(), "Tweak an item"), - l("Remove an item tweaks"); - mes ""; - if (@menu == 2) { - SmithTweakSystem(); - close; - } - if (@menu == 3) { - SmithTweakReset(); - close; - } - // Script begins here do { |