mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 15:37:16 +00:00
[Messages] Remove duplicate message on tracking begin (#3574)
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user