mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Merge master, pretty close to RC atm
This commit is contained in:
+1
-1
@@ -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] = MercInfo();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user