handle act 1/3/5 mercs (#5)
This commit is contained in:
@@ -4,6 +4,8 @@ import "math"
|
||||
|
||||
const mapHashDivisor = 1 << 16
|
||||
|
||||
// Logic stolen from MapAssist, credits to them
|
||||
|
||||
func GetMapSeed(initHashSeed, endHashSeed uint) (uint, bool) {
|
||||
var gameSeedXor uint = 0
|
||||
seed, found := reverseMapSeedHash(endHashSeed)
|
||||
|
||||
Reference in New Issue
Block a user