mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-10 12:02:31 +00:00
Merge branch 'master' into random
This commit is contained in:
commit
23698c1373
@ -5928,7 +5928,7 @@ Merc* Client::GetMerc() {
|
|||||||
if(GetMercID() == 0)
|
if(GetMercID() == 0)
|
||||||
{
|
{
|
||||||
if (MERC_DEBUG > 0)
|
if (MERC_DEBUG > 0)
|
||||||
//Message(7, "Mercenary Debug: GetMerc 0.");
|
Message(7, "Mercenary Debug: GetMerc 0.");
|
||||||
return (nullptr);
|
return (nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5948,9 +5948,6 @@ Merc* Client::GetMerc() {
|
|||||||
Message(7, "Mercenary Debug: GetMerc Owner Mismatch.");
|
Message(7, "Mercenary Debug: GetMerc Owner Mismatch.");
|
||||||
return (nullptr);
|
return (nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (MERC_DEBUG > 0)
|
|
||||||
//Message(7, "Mercenary Debug: GetMerc Success.");
|
|
||||||
|
|
||||||
return (tmp);
|
return (tmp);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user