From 6b34e1e126ac585e445437aa4ab5a3bdfc0ac834 Mon Sep 17 00:00:00 2001 From: oc Date: Mon, 22 Jan 2018 17:06:49 +0800 Subject: [PATCH] Fix A small bug --- libs/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core.js b/libs/core.js index c53ecf52..5ccad7d9 100644 --- a/libs/core.js +++ b/libs/core.js @@ -1917,7 +1917,7 @@ core.prototype.afterBattle = function(id, x, y, callback) { if (core.flags.enableMoney) hint += ",金币+" + money; if (core.flags.enableExperience) - hint += ",经验+" + core.material.enemys[id].experience; + hint += ",经验+" + experience; core.drawTip(hint); // 打完怪物,触发事件