mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-12 03:52:35 +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() {
|
void Client::InitializeMercInfo() {
|
||||||
for(int i=0; i<MAXMERCS; i++) {
|
for(int i=0; i<MAXMERCS; i++) {
|
||||||
m_mercinfo[i] = {};
|
m_mercinfo[i] = MercInfo();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user