diff options
author | Shauren <shauren.trinity@gmail.com> | 2015-04-06 22:36:58 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2015-04-06 22:36:58 +0200 |
commit | a825deccca2a627df7a401afc71c7bed0ff3bebf (patch) | |
tree | d7a01d5b188809b71e05eb4b6a9da200961b983f /src | |
parent | c0e3b0bb98c696f2573b83a0d1d09e5d6dbcc696 (diff) |
Core/DataStores: Actually load SpellPowerDifficulty.db2, oops.
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/DataStores/DB2Stores.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/DataStores/DB2Stores.cpp b/src/server/game/DataStores/DB2Stores.cpp index df7496e4d94..26f2d8b36c9 100644 --- a/src/server/game/DataStores/DB2Stores.cpp +++ b/src/server/game/DataStores/DB2Stores.cpp @@ -151,6 +151,7 @@ void DB2Manager::LoadStores(std::string const& dataPath) LoadDB2(availableDb2Locales, bad_db2_files, _stores, &sSpellLearnSpellStore, db2Path); LoadDB2(availableDb2Locales, bad_db2_files, _stores, &sSpellMiscStore, db2Path); LoadDB2(availableDb2Locales, bad_db2_files, _stores, &sSpellPowerStore, db2Path); + LoadDB2(availableDb2Locales, bad_db2_files, _stores, &sSpellPowerDifficultyStore, db2Path); LoadDB2(availableDb2Locales, bad_db2_files, _stores, &sSpellReagentsStore, db2Path); LoadDB2(availableDb2Locales, bad_db2_files, _stores, &sSpellRuneCostStore, db2Path); LoadDB2(availableDb2Locales, bad_db2_files, _stores, &sSpellTotemsStore, db2Path); |