From eec460a58b9019be97043c0f1e628307d456af48 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 2 Jul 2019 11:14:15 +0800 Subject: [PATCH] 1 --- server/gameserver/human.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 6b3c453..4a635b2 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -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 strings1; a8::Split(extra_drop, strings1, '|'); for (std::string& str1 : strings1) {