if you never inited the module you are fine. If you did, you have to
* git submodule deinit -f includes/tools/MPQExtractor
* rm -rf .git/modules/includes/tools/MPQExtractor
* git submodule sync
* git submodule update --init --recursive --remote
or something among those lines (good lord..)
* added emotes to DB .. why? just because!
* also added to search
* cross-linked achievements and emotes
* data is generated via: php aowow --sql=emotes
* setup requires GlobalStrings.lua (see README.md)
* adapted structure to TDB 335.59
* dropped questItem[1-6] fields from ?_creature and ?_object (why were they even there)
- removed a function-stub from Util (already forgot, what it was supposed to achieve)