1
This commit is contained in:
parent
43582a94e3
commit
06b361f966
@ -9,11 +9,16 @@ namespace mt
|
|||||||
|
|
||||||
void MergeItem::Init1()
|
void MergeItem::Init1()
|
||||||
{
|
{
|
||||||
|
{
|
||||||
|
std::vector<std::string> strings;
|
||||||
|
a8::Split(pickup3(), strings, '|');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::set<int>* MergeItem::GetBuffs(int num)
|
std::set<int>* MergeItem::GetBuffs(int num)
|
||||||
{
|
{
|
||||||
return nullptr;
|
auto itr = gun_num_buff_hash_.find(num);
|
||||||
|
return itr != gun_num_buff_hash_.end() ? &itr->second : nullptr;;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user