diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-15 05:45:06 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-15 05:45:06 +0000 |
commit | c9d29e13231419d748b4771b8004bf269347d275 (patch) | |
tree | b457e406953a820e4330baecd7afb0d8074c3833 /npc/merchants/dye_maker.txt | |
parent | b5f526d1ff2351011974c0e4f90e4996fb87c699 (diff) | |
download | hercules-c9d29e13231419d748b4771b8004bf269347d275.tar.gz hercules-c9d29e13231419d748b4771b8004bf269347d275.tar.bz2 hercules-c9d29e13231419d748b4771b8004bf269347d275.tar.xz hercules-c9d29e13231419d748b4771b8004bf269347d275.zip |
removing forgotten debug message
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11739 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/dye_maker.txt')
-rw-r--r-- | npc/merchants/dye_maker.txt | 1 |
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] ) |