From 2b386c94d33fc856a296ffbb29db6f891da175dd Mon Sep 17 00:00:00 2001 From: "neatelves@gmail.com" Date: Sat, 17 Sep 2011 14:28:04 +0000 Subject: [PATCH] =?utf8?q?=D0=9A=D0=BE=D0=BD=D0=B4=D0=B8=D1=86=D0=B8=D0=B8?= =?utf8?q?=20=D0=B4=D0=BB=D1=8F=20=D0=B2=D0=BE=D1=80=D0=BE=D0=B2=D1=81?= =?utf8?q?=D1=82=D0=B2=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://cswowd-fork.googlecode.com/svn/trunk@117 e451fad0-63ce-11de-bed1-e3a98b22654c --- module/show/show_item.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/show/show_item.php b/module/show/show_item.php index 37c52a3..4b6f4f6 100644 --- a/module/show/show_item.php +++ b/module/show/show_item.php @@ -339,6 +339,7 @@ else // Украдено у мобов //******************************************************************************** $pick =& new CreatureReportGenerator('pick'); + $fields = array('NPC_REPORT_LEVEL', 'NPC_REPORT_RNAME', 'LOOT_REPORT_REQ', 'LOOT_REPORT_CHANCE', 'NPC_REPORT_MAP'); if ($pick->Init($fields, $baseLink, 'pickLIST', $config['fade_limit'], 'chance')) { $pick->lootItem($entry); -- 2.11.4.GIT