Sovak / WowheadRipper

A tool used for parsing Wowhead data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangs on Creature Drops

Epicurus4 opened this issue · comments

Example:

3 0 2557,

Causes the application to hang on the count != dataDone loop.

You can hackfix this by commenting out bitwise in ExtractFlags(). It messes with the behavior, and you get everything rather than just the chosen option. But it works.

Going to go modify the SQL output now to better suit my needs.