From 840723a28bf2179d99fdb5b73cbe9b77511983d0 Mon Sep 17 00:00:00 2001 From: Alejandro Mujica Date: Fri, 8 Feb 2019 15:26:11 -0400 Subject: [PATCH] Update soft boots Remove the expire and deequip targets of soft boots since they did not really had function in Tibia 7.72, the changes in this server version are because of Nostalrius 7.92. --- data/items/items.srv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/items/items.srv b/data/items/items.srv index b822f93..28480dd 100644 --- a/data/items/items.srv +++ b/data/items/items.srv @@ -16158,7 +16158,7 @@ Attributes = {Weight=500} TypeID = 3549 Name = "soft boots" Flags = {Take,Expire,ShowDetail} -Attributes = {Weight=800,SlotType=FEET,ExpireTarget=6530,DeEquipTarget=6529,TotalExpireTime=14400,HealthGain=1,HealthTicks=2000,ManaGain=2,ManaTicks=1000} +Attributes = {Weight=800,SlotType=FEET,ExpireTarget=0,TotalExpireTime=14400,HealthGain=1,HealthTicks=2000,ManaGain=2,ManaTicks=1000} TypeID = 3550 Name = "patched boots"