장수 성격, 아이템 설명 툴팁 추가

This commit is contained in:
2018-07-11 21:50:01 +09:00
parent 0d925af065
commit a7270b2cd2
9 changed files with 120 additions and 12 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ $itemTypes = [
["명 마", 'horse', function($v){return getHorseName($v);}, 7, 26, []],
["명 검", 'weap', function($v){return getWeapName($v);}, 7, 26, []],
["명 서", 'book', function($v){return getBookName($v);}, 7, 26, []],
["도 구", 'item', function($v){return getItemName($v);}, 7, 26, []],
["도 구", 'item', function($v){return displayItemInfo($v);}, 7, 26, []],
];
$simpleItemTypes = array_map(function($itemType){return $itemType[1];}, $itemTypes);