Merge branch 'master' into random

This commit is contained in:
Michael Cook (mackal) 2014-12-02 14:39:00 -05:00
commit 23698c1373

View File

@ -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);
} }
@ -5949,9 +5949,6 @@ Merc* Client::GetMerc() {
return (nullptr); return (nullptr);
} }
if (MERC_DEBUG > 0)
//Message(7, "Mercenary Debug: GetMerc Success.");
return (tmp); return (tmp);
} }