Update Dep submodule to the main Rel21 module

This also fixes the tools
This commit is contained in:
Foereaper 2015-09-04 20:57:54 +02:00 committed by Antz
parent a9c938dde8
commit 307e1b5c68
2 changed files with 2 additions and 2 deletions

2
dep

@ -1 +1 @@
Subproject commit 434e35eb326667b347586c013871aec3f29d74a3
Subproject commit 6893d7d4a3717e15364b1a63ba06df371aa382e8

View file

@ -239,7 +239,7 @@ uint32 ReadBuild(int locale)
{
// include build info file also
std::string filename = std::string("component.wow-") + langs[locale] + ".txt";
//printf("Read %s file... ", filename.c_str());
printf("Read %s file... ", filename.c_str());
HANDLE fileHandle;