This commit is contained in:
aozhiwei 2021-07-27 13:31:16 +00:00
parent e22ede9fce
commit e594484a5e

View File

@ -2072,6 +2072,7 @@ void Creature::SummonHero(Buff* buff,
int num = std::get<4>(info);
MetaData::Player* hero_meta = MetaMgr::Instance()->GetPlayer(hero_id);
if (hero_meta) {
for (int j = 0; j < num; ++j) {
for (int i = 0; i < 4; ++i) {
a8::Vec2 born_dir = dir;
a8::Vec2 born_offset(x, y);
@ -2090,6 +2091,7 @@ void Creature::SummonHero(Buff* buff,
}
}
}
}
}
bool Creature::FreezeOperate()