mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-26 05:22:25 +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;
|
uint32 spawnedbotid = 0;
|
||||||
spawnedbotid = this->GetBotID();
|
spawnedbotid = this->GetBotID();
|
||||||
|
|
||||||
for (i = 0; i < _MaterialCount; i++)
|
for (int i = 0; i < _MaterialCount; i++)
|
||||||
{
|
{
|
||||||
inst = GetBotItem(i);
|
inst = GetBotItem(i);
|
||||||
if (inst)
|
if (inst)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user