diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-26 05:04:41 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-26 05:04:41 +0000 |
commit | cd9ce3b44aa09aa62ebdbd301d32422a4b9c989d (patch) | |
tree | 9155641dbbf14ef85883bba53764e84c29e65752 /npc/merchants/dye_maker.txt | |
parent | b9d1f960e3f6261084b410abc3bd7ec786366480 (diff) | |
download | hercules-cd9ce3b44aa09aa62ebdbd301d32422a4b9c989d.tar.gz hercules-cd9ce3b44aa09aa62ebdbd301d32422a4b9c989d.tar.bz2 hercules-cd9ce3b44aa09aa62ebdbd301d32422a4b9c989d.tar.xz hercules-cd9ce3b44aa09aa62ebdbd301d32422a4b9c989d.zip |
changed all 'dyestuff' -> 'Dyestuffs' which's correct
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10811 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/dye_maker.txt')
-rw-r--r-- | npc/merchants/dye_maker.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/merchants/dye_maker.txt b/npc/merchants/dye_maker.txt index 9e99bdc3d..71c069960 100644 --- a/npc/merchants/dye_maker.txt +++ b/npc/merchants/dye_maker.txt @@ -15,8 +15,7 @@ //============================================================ morocc_in,146,99,3 script Java Dullihan 58,{ - set .@now_weight,MaxWeight-Weight; - if (.@now_Weight < 200) { + if (MaxWeight-Weight < 200) { mes "- Wait a moment! -"; mes "- Currently you're carrying -"; mes "- too many items with you. -"; |