[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:
Paul Coene
2024-04-15 05:59:08 -04:00
committed by GitHub
parent a5e8a4c2cd
commit d6b5a9d343
8 changed files with 5 additions and 39 deletions
-3
View File
@@ -399,9 +399,6 @@ void Mob::SendWearChange(uint8 material_slot, Client *one_client)
w->wear_slot_id = material_slot;
// Part of a bug fix to ensure heroforge models send to other clients in zone.
queue_wearchange_slot = w->hero_forge_model ? material_slot : -1;
if (!one_client) {
entity_list.QueueClients(this, packet);
} else {