This commit is contained in:
aozhiwei 2019-07-02 11:14:15 +08:00
parent 81f5f5c983
commit eec460a58b

View File

@ -1984,7 +1984,7 @@ void Human::InternalSendGameOver()
hum->stats.history_damage_amount = data.Get("harm_his"); hum->stats.history_damage_amount = data.Get("harm_his");
hum->stats.history_heal_amount = data.Get("add_HP_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; std::vector<std::string> strings1;
a8::Split(extra_drop, strings1, '|'); a8::Split(extra_drop, strings1, '|');
for (std::string& str1 : strings1) { for (std::string& str1 : strings1) {