Remove scaling hack for Titanium

This commit is contained in:
Michael Cook (mackal)
2014-11-15 00:29:56 -05:00
parent 5dc3a5ab20
commit 96242f6c5e
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1661,7 +1661,7 @@ namespace Titanium
int16 slot_id = ServerToTitaniumSlot(slot_id_in);
uint32 merchant_slot = inst->GetMerchantSlot();
int16 charges = inst->GetCharges();
const Item_Struct *item = inst->GetItem();
const Item_Struct *item = inst->GetUnscaledItem();
int i;
uint32 sub_length;
@@ -1673,7 +1673,7 @@ namespace Titanium
(merchant_slot == 0) ? slot_id_in : merchant_slot,
inst->GetPrice(),
(merchant_slot == 0) ? 1 : inst->GetMerchantCount(),
0,
inst->IsScaling() ? inst->GetExp() / 100 : 0,
//merchant_slot, //instance ID, bullshit for now
(merchant_slot == 0) ? inst->GetSerialNumber() : merchant_slot,
0, // item recast timer timestamp field (aka..last_cast_time field in SoF+ clients)