mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-27 12:01:29 +00:00
Windows compile error again, why wasn't this fixed on the second pass. I brought it up last time grr
This commit is contained in:
parent
dfe63f87c3
commit
a1dc390f49
@ -5730,7 +5730,7 @@ bool Merc::AddMercToGroup(Merc* merc, Group* group) {
|
||||
|
||||
void Client::InitializeMercInfo() {
|
||||
for(int i=0; i<MAXMERCS; i++) {
|
||||
m_mercinfo[i] = {};
|
||||
m_mercinfo[i] = MercInfo();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user