1
This commit is contained in:
parent
9709d3c753
commit
37d1916626
@ -164,8 +164,8 @@ void SprintBuff::Check(Position& pre_pos, Position& src_pos, std::map<int, long
|
||||
pre_pos = owner->GetPos();
|
||||
|
||||
if (meta->_buff_param6 && !hited_objects.empty()) {
|
||||
owner->RemoveBuffByUniId(buff_uniid);
|
||||
owner->TryAddBuff(owner, meta->_int_buff_param1, skill_meta);
|
||||
owner->RemoveBuffByUniId(buff_uniid);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3301,7 +3301,9 @@ void Human::CalcStats()
|
||||
}
|
||||
stats->alive_time = alive_time;
|
||||
}
|
||||
#if 0
|
||||
GetTeam()->team_rank = 1;
|
||||
#endif
|
||||
if (GetTeam()->team_rank) {
|
||||
GetTeam()->TraverseMembers
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user