[DiscordArchive] <@160857905879449600> I can do a dirty hack to make the parser work again, but it is not gonna be do
[DiscordArchive] <@160857905879449600> I can do a dirty hack to make the parser work again, but it is not gonna be do
Archived author: Skarn • Posted: 2018-11-04T20:12:13.232000+00:00
Original source
what's the logic behind that check?
Archived author: Skarn • Posted: 2018-11-04T20:12:22.946000+00:00
Original source
like how do you check if a build is within range
Archived author: Marlamin • Posted: 2018-11-04T20:12:30.514000+00:00
Original source
https://github.com/wowdev/WoWDBDefs/blob...nge.cs#L86
[Embed: wowdev/WoWDBDefs]
Client database definitions for World of Warcraft. Contribute to wowdev/WoWDBDefs development by creating an account on GitHub.
https://github.com/wowdev/WoWDBDefs/blob...ldRange.cs
Archived author: Skarn • Posted: 2018-11-04T20:15:14.600000+00:00
Original source
what is expansion, major and build?
Archived author: Marlamin • Posted: 2018-11-04T20:15:26.390000+00:00
Original source
expansion.major.minor.build
Archived author: Skarn • Posted: 2018-11-04T20:15:26.460000+00:00
Original source
if we take 3.3.5.12340
Archived author: Skarn • Posted: 2018-11-04T20:15:29.163000+00:00
Original source
ah
Archived author: Skarn • Posted: 2018-11-04T20:15:42.388000+00:00
Original source
why do you ignore minor?
Archived author: Marlamin • Posted: 2018-11-04T20:16:09.408000+00:00
Original source
minor resets to 0 and increases after every major
Archived author: Marlamin • Posted: 2018-11-04T20:16:15.860000+00:00
Original source
major only does that per expansion