From 8cd049c720c861dc2ba935a6a9f0932d67866cb4 Mon Sep 17 00:00:00 2001 From: oc Date: Wed, 25 Apr 2018 23:10:54 +0800 Subject: [PATCH] Test --- libs/events.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libs/events.js b/libs/events.js index 0dc626fa..ed13cafb 100644 --- a/libs/events.js +++ b/libs/events.js @@ -966,8 +966,12 @@ events.prototype.changeFloor = function (floorId, stair, heroLoc, time, callback else core.setWeather(); // 清除gif - while (core.dom.gif.firstChild) + /* + while (core.dom.gif.firstChild) { core.dom.gif.removeChild(core.dom.gif.firstChild); + } + */ + core.dom.gif.innerHTML = ""; // 检查重生 if (!core.isset(fromLoad)) {