summaryrefslogtreecommitdiff
path: root/npc/merchants/refine.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/merchants/refine.txt')
-rw-r--r--npc/merchants/refine.txt12
1 files changed, 1 insertions, 11 deletions
diff --git a/npc/merchants/refine.txt b/npc/merchants/refine.txt
index da51dee3d..db4910d7e 100644
--- a/npc/merchants/refine.txt
+++ b/npc/merchants/refine.txt
@@ -635,16 +635,6 @@ function script refinemain {
mes "refine this item at all...";
close;
}
- //Check if the item is identified... (Don't know why this is in here... but kept it anyway)
- if(!getequipisidentify(.@part)) {
- mes "[" + getarg(0) + "]";
- mes "You can't refine this";
- mes "if you haven't appraised";
- mes "it first. Make sure your";
- mes "stuff is identified before";
- mes "I can refine it.";
- close;
- }
//Check to see if the items is already +10
if(getequiprefinerycnt(.@part) >= 10) {
mes "[" + getarg(0) + "]";
@@ -1266,4 +1256,4 @@ function script repairmain {
mes "items to repair.";
close;
}
-} \ No newline at end of file
+}