[Messages] Remove duplicate message on tracking begin (#3574)

This commit is contained in:
Paul Coene
2023-09-11 08:27:25 -04:00
committed by GitHub
parent bc337979bb
commit 9c656bc498
-2
View File
@@ -11090,8 +11090,6 @@ void Client::SetTrackingID(uint32 entity_id)
}
TrackingID = entity_id;
MessageString(Chat::Skills, TRACKING_BEGIN, m->GetCleanName());
}
int Client::GetRecipeMadeCount(uint32 recipe_id)