Skip to content

Commit

Permalink
Load terrain.MPQ. This fixes issue #58
Browse files Browse the repository at this point in the history
  • Loading branch information
namreeb committed Sep 17, 2023
1 parent 1ee53fc commit 0d9dabf
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 @@ -184,6 +184,7 @@ void MpqManager::Initialize(const fs::path& wowDir)
AddIfExists(files, BasePath / "lichking.MPQ");
AddIfExists(files, BasePath / "common.MPQ");
AddIfExists(files, BasePath / "common-2.MPQ");
AddIfExists(files, BasePath / "terrain.MPQ");
AddIfExists(files, BasePath / locale / ("locale-" + locale + ".MPQ"));
AddIfExists(files, BasePath / locale / ("speech-" + locale + ".MPQ"));
AddIfExists(files, BasePath / locale /
Expand Down

0 comments on commit 0d9dabf

Please sign in to comment.