mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-04 17:27:16 -05:00
271673851a
* Added RecordManager implementation to remove d2datadict singletons * fix object lookup test
8 lines
282 B
Go
8 lines
282 B
Go
package d2records
|
|
|
|
// these show up in a lot of txt files where blizzard added LoD expansion stuff
|
|
const (
|
|
expansionString = "Expansion" // used in the txt files to denote where LoD expansion data starts
|
|
expansionCode = 100 // a version code for LoD expansion content
|
|
)
|