summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/merchants/dye_maker.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/merchants/dye_maker.txt b/npc/merchants/dye_maker.txt
index d8a938ff6..cdcde978d 100644
--- a/npc/merchants/dye_maker.txt
+++ b/npc/merchants/dye_maker.txt
@@ -169,7 +169,6 @@ S_MakeDye:
next;
if (select("Make Dyestuffs:Cancel") == 1) {
set .@size, getarraysize(.@item);
- mes "Size is "+.@size+" entries!";
// check requirements
for( set .@i,0 ; .@i < .@size ; set .@i,.@i+1 )
if( countitem(.@item[.@i]) < .@count[.@i] )