Merge branch 'master' into lua

Conflicts:
	zone/merc.cpp
This commit is contained in:
KimLS
2013-06-27 12:53:47 -07:00
28 changed files with 180 additions and 148 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] = MercInfo();
m_mercinfo[i].mercid = 0;
}
}