Refactor message functions

This commit is contained in:
Akkadius
2019-08-11 00:14:02 -05:00
parent 57354579aa
commit 9f25c9070c
38 changed files with 814 additions and 579 deletions
+1 -1
View File
@@ -2475,7 +2475,7 @@ void Client::ShowBuyLines(const EQApplicationPacket *app) {
QueuePacket(app);
if(bir->Approval == 0) {
Message_StringID(Chat::Yellow, TRADER_BUSY);
MessageString(Chat::Yellow, TRADER_BUSY);
return;
}