summaryrefslogtreecommitdiff
path: root/npc/craft/price.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-19 15:26:04 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-19 15:26:04 -0300
commit4ac28ea73b584a13196e987c13beff9a10799eff (patch)
tree473d74dfbd449cfd73ca938bbe68a3b3442dffe0 /npc/craft/price.txt
parent7aa01f70e69147f212980a9a9aab70b4a6b9d7be (diff)
downloadserverdata-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.txt8
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);