diff --git a/dep b/dep index 434e35eb3..6893d7d4a 160000 --- a/dep +++ b/dep @@ -1 +1 @@ -Subproject commit 434e35eb326667b347586c013871aec3f29d74a3 +Subproject commit 6893d7d4a3717e15364b1a63ba06df371aa382e8 diff --git a/src/tools/map-extractor/System.cpp b/src/tools/map-extractor/System.cpp index 60cd88ba3..2b1ff9b20 100644 --- a/src/tools/map-extractor/System.cpp +++ b/src/tools/map-extractor/System.cpp @@ -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;