From 1c70125c97dc2d7fffa6b18fea45f48f2b05e05f Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Fri, 19 Jul 2019 13:57:49 +0800 Subject: [PATCH] 1 --- webapp/controller/RoleController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/RoleController.class.php b/webapp/controller/RoleController.class.php index 89f8d30..24215be 100644 --- a/webapp/controller/RoleController.class.php +++ b/webapp/controller/RoleController.class.php @@ -25,7 +25,7 @@ class RoleController{ $d = array( 'drop_id' => $drop_meta['drop_id'], 'item_id' => $drop_meta['item_id'], - 'num' => $drop_meta['num'], + 'num' => $drop_meta['num'], 'weight' => $drop_meta['weight'], 'type' => $drop_meta['type'] );