This commit is contained in:
j883376
2013-07-12 13:35:34 -07:00
29 changed files with 152 additions and 182 deletions
+1 -1
View File
@@ -5730,7 +5730,7 @@ bool Merc::AddMercToGroup(Merc* merc, Group* group) {
void Client::InitializeMercInfo() {
for(int i=0; i<MAXMERCS; i++) {
m_mercinfo[i].mercid = 0;
m_mercinfo[i] = {};
}
}