diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-19 15:26:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-19 15:26:04 -0300 |
commit | 4ac28ea73b584a13196e987c13beff9a10799eff (patch) | |
tree | 473d74dfbd449cfd73ca938bbe68a3b3442dffe0 /npc/craft/price.txt | |
parent | 7aa01f70e69147f212980a9a9aab70b4a6b9d7be (diff) | |
download | serverdata-4ac28ea73b584a13196e987c13beff9a10799eff.tar.gz serverdata-4ac28ea73b584a13196e987c13beff9a10799eff.tar.bz2 serverdata-4ac28ea73b584a13196e987c13beff9a10799eff.tar.xz serverdata-4ac28ea73b584a13196e987c13beff9a10799eff.zip |
Add footwear recipes
Diffstat (limited to 'npc/craft/price.txt')
-rw-r--r-- | npc/craft/price.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/craft/price.txt b/npc/craft/price.txt index 34949eace..cd44b55df 100644 --- a/npc/craft/price.txt +++ b/npc/craft/price.txt @@ -196,6 +196,14 @@ function script fix_cPrice { _fix_cPrice(DarkKnightHelmet); _fix_cPrice(SamuraiHelmet); + // Footwear + _fix_cPrice(LeatherBoots); + _fix_cPrice(DeepBlackBoots); + _fix_cPrice(BromenalBoots); + _fix_cPrice(WarlordBoots); + _fix_cPrice(AssassinBoots); + _fix_cPrice(SaviorBoots); + // We're done freeloop(false); |