1
This commit is contained in:
parent
e22ede9fce
commit
e594484a5e
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user