fix tekker section id

This commit is contained in:
Martin Michelsen
2024-05-16 19:57:46 -07:00
parent adb5d51510
commit 0a8678fda7
+1 -1
View File
@@ -3661,7 +3661,7 @@ static void on_identify_item_bb(shared_ptr<Client> c, uint8_t command, uint8_t f
p->disp.stats.meseta -= 100;
c->bb_identify_result = p->inventory.items[x].data;
c->bb_identify_result.data1[4] &= 0x7F;
l->item_creator->apply_tekker_deltas(c->bb_identify_result, p->disp.visual.section_id);
l->item_creator->apply_tekker_deltas(c->bb_identify_result, l->effective_section_id());
send_item_identify_result(c);
} else {