[Bug Fix] Illusions will now properly display armor to other clients when they zone in. (#1958)

* Fix for illusion wear change

On zone in, mobs with illusions were not displaying correct armor.

* [Bug Fix] Illusions will now properly display armor to other clients when they zone in

better looping
This commit is contained in:
KayenEQ
2022-02-03 22:04:15 -05:00
committed by GitHub
parent cc0371c16e
commit 5ce2889210
7 changed files with 52 additions and 0 deletions
+2
View File
@@ -747,6 +747,8 @@ void Client::CompleteConnect()
entity_list.SendAppearanceEffects(this);
entity_list.SendIllusionWearChange(this);
entity_list.SendTraders(this);
Mob *pet = GetPet();