1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-25 16:45:23 +00:00
OpenDiablo2/d2common/d2data
gravestench 622186e350
fixed 'dupl' lint errors (#845)
* removed dupl lint errors in d2compression/huffman.go

* remove duplicate code for set/unique item properties

This is a more involved edit. I've added a `PropertyDescriptor`
which is a common struct that should have existed already. The
`PropertyDescriptor` is used to generate property instances, and is common
to item affixes, set items, sets, unique items, and runewords.

This was all to remove duplicate code in d2item/

* removed duplicate code for rare item affixes
2020-10-26 00:38:18 -07:00
..
d2compression fixed 'dupl' lint errors (#845) 2020-10-26 00:38:18 -07:00
d2video lint fixes (#727) 2020-09-12 16:25:09 -04:00
animation_data.go Removing the rest of the d2data singletons (#742) 2020-09-20 20:30:27 -04:00
doc.go fixed most lint errors in d2data (#701) 2020-08-06 16:45:38 -04:00