mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-31 20:11:29 +00:00
Fix compile error
This commit is contained in:
parent
37951d09c7
commit
362bfc79d6
@ -4390,7 +4390,7 @@ void Bot::FillSpawnStruct(NewSpawn_Struct* ns, Mob* ForWho) {
|
||||
uint32 spawnedbotid = 0;
|
||||
spawnedbotid = this->GetBotID();
|
||||
|
||||
for (i = 0; i < _MaterialCount; i++)
|
||||
for (int i = 0; i < _MaterialCount; i++)
|
||||
{
|
||||
inst = GetBotItem(i);
|
||||
if (inst)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user