Skip to content

Commit

Permalink
Added wmo.mpq to possible data files
Browse files Browse the repository at this point in the history
  • Loading branch information
namreeb committed Jul 31, 2023
1 parent 30553bb commit 7855f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parser/MpqManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ void MpqManager::Initialize(const std::string& wowDir)

AddIfExists(files, BasePath / "patch.MPQ");
AddIfExists(files, BasePath / locale / ("patch-" + locale + ".MPQ"));
AddIfExists(files, BasePath / "wmo.MPQ");
AddIfExists(files, BasePath / "expansion.MPQ");
AddIfExists(files, BasePath / "lichking.MPQ");
AddIfExists(files, BasePath / "common.MPQ");
Expand Down

0 comments on commit 7855f3e

Please sign in to comment.