mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Minor Merc Correction.
This commit is contained in:
parent
62e22d1aea
commit
b5c6b47639
@ -9557,7 +9557,7 @@ void Client::Handle_OP_MercenaryDataRequest(const EQApplicationPacket *app)
|
|||||||
if (merchant_id == 0) {
|
if (merchant_id == 0) {
|
||||||
|
|
||||||
//send info about your current merc(s)
|
//send info about your current merc(s)
|
||||||
if (GetMercID())
|
if (GetMercInfo().mercid)
|
||||||
{
|
{
|
||||||
if (MERC_DEBUG > 0)
|
if (MERC_DEBUG > 0)
|
||||||
Message(7, "Mercenary Debug: SendMercPersonalInfo Request");
|
Message(7, "Mercenary Debug: SendMercPersonalInfo Request");
|
||||||
@ -9566,7 +9566,7 @@ void Client::Handle_OP_MercenaryDataRequest(const EQApplicationPacket *app)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (MERC_DEBUG > 0)
|
if (MERC_DEBUG > 0)
|
||||||
Message(7, "Mercenary Debug: SendMercPersonalInfo Not Sent - MercID (%i)", GetMercID());
|
Message(7, "Mercenary Debug: SendMercPersonalInfo Not Sent - MercID (%i)", GetMercInfo().mercid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user