DB/Structure (thx @Carbenium for the heads up & suggestions)
* adapted structure to TDB 335.59 * dropped questItem[1-6] fields from ?_creature and ?_object (why were they even there) - removed a function-stub from Util (already forgot, what it was supposed to achieve)
This commit is contained in:
parent
11ab3e0f19
commit
5b8a862df9
18 changed files with 163 additions and 167 deletions
|
|
@ -72,7 +72,6 @@ function creature(array $ids = [])
|
|||
min.basearmor * ct.ArmorModifier AS armorMin,
|
||||
max.basearmor * ct.ArmorModifier AS armorMax,
|
||||
RacialLeader,
|
||||
questItem1, questItem2, questItem3, questItem4, questItem5, questItem6,
|
||||
mechanic_immune_mask,
|
||||
flags_extra,
|
||||
ScriptName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue