mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-29 03:13:53 +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 (MERC_DEBUG > 0)
|
||||
//Message(7, "Mercenary Debug: GetMerc 0.");
|
||||
Message(7, "Mercenary Debug: GetMerc 0.");
|
||||
return (nullptr);
|
||||
}
|
||||
|
||||
@ -5948,9 +5948,6 @@ Merc* Client::GetMerc() {
|
||||
Message(7, "Mercenary Debug: GetMerc Owner Mismatch.");
|
||||
return (nullptr);
|
||||
}
|
||||
|
||||
if (MERC_DEBUG > 0)
|
||||
//Message(7, "Mercenary Debug: GetMerc Success.");
|
||||
|
||||
return (tmp);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user