[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11090,8 +11090,6 @@ void Client::SetTrackingID(uint32 entity_id)
} }
TrackingID = entity_id; TrackingID = entity_id;
MessageString(Chat::Skills, TRACKING_BEGIN, m->GetCleanName());
} }
int Client::GetRecipeMadeCount(uint32 recipe_id) int Client::GetRecipeMadeCount(uint32 recipe_id)