diff --git a/common/patches/client62.cpp b/common/patches/client62.cpp index 2da492145..5afd76bcd 100644 --- a/common/patches/client62.cpp +++ b/common/patches/client62.cpp @@ -1234,6 +1234,7 @@ namespace Client62 int i; uint32 sub_length; + // not sure if 6.2 has a recast timer timestamp field..but, something seems amiss between this and Ti's ordering MakeAnyLenString(&instance, "%i|%i|%i|%i|%i|%i|%i|%i|%i|%i|", stackable ? charges : 1, diff --git a/common/patches/titanium.cpp b/common/patches/titanium.cpp index 7c990751d..6c2591efe 100644 --- a/common/patches/titanium.cpp +++ b/common/patches/titanium.cpp @@ -1675,7 +1675,7 @@ namespace Titanium 0, //merchant_slot, //instance ID, bullshit for now (merchant_slot == 0) ? inst->GetSerialNumber() : merchant_slot, - 0, + 0, // item recast timer timestamp field (aka..last_cast_time field in SoF+ clients) (stackable ? ((inst->GetItem()->ItemType == ItemTypePotion) ? 1 : 0) : charges), inst->IsInstNoDrop() ? 1 : 0, 0