diff options
Diffstat (limited to 'npc/craft/smith.txt')
-rw-r--r-- | npc/craft/smith.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/craft/smith.txt b/npc/craft/smith.txt index 6d5ea54c9..cfad0c30a 100644 --- a/npc/craft/smith.txt +++ b/npc/craft/smith.txt @@ -60,6 +60,8 @@ function script SmithSystem { if (.scope == CRAFT_GUILD) getitembound(.@it, 1, 2); // Create a guild-bound item + else if (GSET_CRAFT_BOUND) + getitembound(.@it, 1, 1); // Create an account-bound item else getnameditem(.@it, strcharinfo(0)); if (getskilllv(TMW2_CRAFT)) { |