diff options
-rw-r--r-- | src/game/DBCStores.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/DBCStores.cpp b/src/game/DBCStores.cpp index 31848b26788..fff32dff566 100644 --- a/src/game/DBCStores.cpp +++ b/src/game/DBCStores.cpp @@ -221,7 +221,7 @@ void LoadDBCStores(const std::string& dataPath) { std::string dbcPath = dataPath+"dbc/"; - const uint32 DBCFilesCount = 86; + const uint32 DBCFilesCount = 87; barGoLink bar(DBCFilesCount); |