Merge branch 'master' into random

This commit is contained in:
Michael Cook (mackal)
2014-12-02 14:39:00 -05:00
+1 -4
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);
} }
@@ -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);
} }