diff options
Diffstat (limited to 'src')
-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 3056b863516..f0cfec6e40b 100644 --- a/src/game/DBCStores.cpp +++ b/src/game/DBCStores.cpp @@ -218,7 +218,7 @@ void LoadDBCStores(const std::string& dataPath) { std::string dbcPath = dataPath+"dbc/"; - const uint32 DBCFilesCount = 84; + const uint32 DBCFilesCount = 85; barGoLink bar(DBCFilesCount); |