From 627859ba73ab5ced0e760faa3a37a02c06b2fa74 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Sat, 24 Jun 2017 14:58:40 -0400 Subject: [PATCH 1/2] Merchants don't change heading --- zone/client_process.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/zone/client_process.cpp b/zone/client_process.cpp index 130c10c9d..583ad627b 100644 --- a/zone/client_process.cpp +++ b/zone/client_process.cpp @@ -985,8 +985,6 @@ void Client::BulkSendMerchantInventory(int merchant_id, int npcid) { Message_StringID(10, GENERIC_STRINGID_SAY, merch->GetCleanName(), handy_id, this->GetName(), handyitem->Name); else Message_StringID(10, GENERIC_STRINGID_SAY, merch->GetCleanName(), handy_id, this->GetName()); - - merch->CastToNPC()->FaceTarget(this->CastToMob()); } // safe_delete_array(cpi); From f164833b00cd01d480576dfdfc6203a4c8602553 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Sat, 24 Jun 2017 15:07:58 -0400 Subject: [PATCH 2/2] Adventure Merchants don't change heading either --- zone/client_packet.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index 9249f5266..2ca3a1ed4 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -2075,7 +2075,6 @@ void Client::Handle_OP_AdventureMerchantRequest(const EQApplicationPacket *app) return; merchantid = tmp->CastToNPC()->MerchantType; - tmp->CastToNPC()->FaceTarget(this->CastToMob()); const EQEmu::ItemData *item = nullptr; std::list merlist = zone->merchanttable[merchantid];