mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Bug Fix] Hero forge armor bug on login and show helm toggle. (#4246)
* [Bug Fix] Hero forge armor bug on login and show helm toggle. * Merge in KayenEQ provided revert of original work around * Fix botched merge section.
This commit is contained in:
@@ -2258,10 +2258,6 @@ bool Client::SwapItem(MoveItem_Struct* move_in) {
|
||||
if (dst_slot_id <= EQ::invslot::EQUIPMENT_END) {// on Titanium and ROF2 /showhelm works even if sending helm slot
|
||||
SendWearChange(matslot);
|
||||
}
|
||||
// This is part of a bug fix to ensure heroforge graphics display to other clients in zone.
|
||||
if (queue_wearchange_slot >= 0) {
|
||||
heroforge_wearchange_timer.Start(100);
|
||||
}
|
||||
|
||||
// Step 7: Save change to the database
|
||||
if (src_slot_id == EQ::invslot::slotCursor) {
|
||||
|
||||
Reference in New Issue
Block a user