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 629edff2455..bcef339792f 100644 --- a/src/game/DBCStores.cpp +++ b/src/game/DBCStores.cpp @@ -219,7 +219,7 @@ void LoadDBCStores(const std::string& dataPath) { std::string dbcPath = dataPath+"dbc/"; - const uint32 DBCFilesCount = 85; + const uint32 DBCFilesCount = 86; barGoLink bar(DBCFilesCount); |