Conflicts:
	common/eqemu_logsys.h
This commit is contained in:
Akkadius
2015-02-01 15:56:05 -06:00
53 changed files with 366 additions and 302 deletions
+2 -2
View File
@@ -255,7 +255,7 @@ bool atobool(const char* iBool) {
return false;
}
// solar: removes the crap and turns the underscores into spaces.
// removes the crap and turns the underscores into spaces.
char *CleanMobName(const char *in, char *out)
{
unsigned i, j;
@@ -414,4 +414,4 @@ void find_replace(std::string& string_subject, std::string& search_string, std::
string_subject.replace(index, index + 1, replace_string);
index = string_subject.find_first_of(search_string);
}
}
}