mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Setup/DBC
* add Item.dbc (maybe use later for creature eqipment display)
This commit is contained in:
@@ -84,6 +84,7 @@ class DBC
|
||||
'holidays' => 'nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxixxxxxxxxxxiisxix',
|
||||
'holidaydescriptions' => 'nsxsssxsxsxxxxxxxx',
|
||||
'holidaynames' => 'nsxsssxsxsxxxxxxxx',
|
||||
'item' => 'niiiiiii',
|
||||
'itemdisplayinfo' => 'nssxxsxxxxxiixxxxxxxxxxxx',
|
||||
'itemgroupsounds' => 'niixx',
|
||||
'itemextendedcost' => 'niiiiiiiiiiiiiix',
|
||||
@@ -192,6 +193,7 @@ class DBC
|
||||
'holidays' => 'id,looping,nameId,descriptionId,textureString,scheduleType',
|
||||
'holidaydescriptions' => 'id,description_loc0,description_loc2,description_loc3,description_loc4,description_loc6,description_loc8',
|
||||
'holidaynames' => 'id,name_loc0,name_loc2,name_loc3,name_loc4,name_loc6,name_loc8',
|
||||
'item' => 'id,classId,subClassId,soundOverride,material,displayInfoId,inventoryType,sheatheType',
|
||||
'itemdisplayinfo' => 'id,leftModelName,rightModelName,inventoryIcon1,spellVisualId,groupSoundId',
|
||||
'itemgroupsounds' => 'id,pickUpSoundId,dropDownSoundId',
|
||||
'itemextendedcost' => 'id,reqHonorPoints,reqArenaPoints,reqArenaSlot,reqItemId1,reqItemId2,reqItemId3,reqItemId4,reqItemId5,itemCount1,itemCount2,itemCount3,itemCount4,itemCount5,reqPersonalRating',
|
||||
|
||||
Reference in New Issue
Block a user