1
This commit is contained in:
parent
81f5f5c983
commit
eec460a58b
@ -1984,7 +1984,7 @@ void Human::InternalSendGameOver()
|
||||
hum->stats.history_damage_amount = data.Get("harm_his");
|
||||
hum->stats.history_heal_amount = data.Get("add_HP_his");
|
||||
{
|
||||
std::string extra_drop = data.Get("extra_drop");
|
||||
std::string extra_drop = data.Get("extra_drop").GetString();
|
||||
std::vector<std::string> strings1;
|
||||
a8::Split(extra_drop, strings1, '|');
|
||||
for (std::string& str1 : strings1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user