mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-03 23:03:51 +00:00
Identified recast timer field in Ti item packet header
This commit is contained in:
parent
e753685ceb
commit
806a9fbb99
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user