From 06ee603942498b7ad87b388fdbf0df13e709f357 Mon Sep 17 00:00:00 2001 From: Keith Holliday Date: Sun, 29 Nov 2015 11:11:06 -0600 Subject: [PATCH] Initialized usr._temp when score function is skipped --- common/script/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/script/index.js b/common/script/index.js index aac0735846..cfcffa13f5 100644 --- a/common/script/index.js +++ b/common/script/index.js @@ -2338,6 +2338,7 @@ api.wrap = function(user, main) { if (analytics != null) { analytics.track('acquire item', analyticsData); } + if (!user._tmp) user._tmp = {} return user._tmp.drop = { type: 'Quest', key: k