diff options
Diffstat (limited to 'npc/re/merchants/refine.txt')
-rw-r--r-- | npc/re/merchants/refine.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/merchants/refine.txt b/npc/re/merchants/refine.txt index ce64063b7..db42f01cf 100644 --- a/npc/re/merchants/refine.txt +++ b/npc/re/merchants/refine.txt @@ -349,7 +349,7 @@ function script refinenew { //== Ori/Elu to Carnium/Bradium Refiners =================== - script Austri#ref -1,{ - if (checkweight(1201,1) == 0) { + if (checkweight(Knife,1) == 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; mes "- too many items with you. -"; |