mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-14 19:12:25 +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;
|
int i;
|
||||||
uint32 sub_length;
|
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,
|
MakeAnyLenString(&instance,
|
||||||
"%i|%i|%i|%i|%i|%i|%i|%i|%i|%i|",
|
"%i|%i|%i|%i|%i|%i|%i|%i|%i|%i|",
|
||||||
stackable ? charges : 1,
|
stackable ? charges : 1,
|
||||||
|
|||||||
@ -1675,7 +1675,7 @@ namespace Titanium
|
|||||||
0,
|
0,
|
||||||
//merchant_slot, //instance ID, bullshit for now
|
//merchant_slot, //instance ID, bullshit for now
|
||||||
(merchant_slot == 0) ? inst->GetSerialNumber() : merchant_slot,
|
(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),
|
(stackable ? ((inst->GetItem()->ItemType == ItemTypePotion) ? 1 : 0) : charges),
|
||||||
inst->IsInstNoDrop() ? 1 : 0,
|
inst->IsInstNoDrop() ? 1 : 0,
|
||||||
0
|
0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user