Commit 954b355daa60d71b2646c34d97991f55175ff049

Authored by Hoshea
1 parent 66717af7

hero表增加herotoskillID字段

Showing 2 changed files with 1 additions and 0 deletions   Show diff stats
Datas/pro2d/hero.xlsx
No preview for this file type
Defines/pro2d.xml
... ... @@ -688,6 +688,7 @@
688 688 <var name="ShoesType" type="(list#sep==),int"/>
689 689 <var name="CoupleTiesID" type="int"/>
690 690 <var name="FavorabilityID" type="int"/>
  691 + <var name="heroToSkillID" type="int"/>
691 692  
692 693 <var name="atks" type="map,NumericType,int"/>
693 694 <var name="defs" type="map,NumericType,int"/>
... ...