mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
Merge branch 'master' into Playerbot
# Conflicts: # src/server/game/Entities/GameObject/GameObject.h
This commit is contained in:
@@ -131,6 +131,9 @@ MapDifficultyMap sMapDifficultyMap;
|
||||
|
||||
DBCStorage <MovieEntry> sMovieStore(MovieEntryfmt);
|
||||
|
||||
DBCStorage <NamesReservedEntry> sNamesReservedStore(NamesReservedfmt);
|
||||
DBCStorage <NamesProfanityEntry> sNamesProfanityStore(NamesProfanityfmt);
|
||||
|
||||
DBCStorage <OverrideSpellDataEntry> sOverrideSpellDataStore(OverrideSpellDatafmt);
|
||||
|
||||
DBCStorage <PowerDisplayEntry> sPowerDisplayStore(PowerDisplayfmt);
|
||||
@@ -342,6 +345,8 @@ void LoadDBCStores(const std::string& dataPath)
|
||||
LOAD_DBC(sMapStore, "Map.dbc", "map_dbc");
|
||||
LOAD_DBC(sMapDifficultyStore, "MapDifficulty.dbc", "mapdifficulty_dbc");
|
||||
LOAD_DBC(sMovieStore, "Movie.dbc", "movie_dbc");
|
||||
LOAD_DBC(sNamesReservedStore, "NamesReserved.dbc", "namesreserved_dbc");
|
||||
LOAD_DBC(sNamesProfanityStore, "NamesProfanity.dbc", "namesprofanity_dbc");
|
||||
LOAD_DBC(sOverrideSpellDataStore, "OverrideSpellData.dbc", "overridespelldata_dbc");
|
||||
LOAD_DBC(sPowerDisplayStore, "PowerDisplay.dbc", "powerdisplay_dbc");
|
||||
LOAD_DBC(sPvPDifficultyStore, "PvpDifficulty.dbc", "pvpdifficulty_dbc");
|
||||
|
||||
@@ -144,6 +144,8 @@ extern DBCStorage <MapEntry> sMapStore;
|
||||
//extern DBCStorage <MapDifficultyEntry> sMapDifficultyStore; -- use GetMapDifficultyData insteed
|
||||
extern MapDifficultyMap sMapDifficultyMap;
|
||||
extern DBCStorage <MovieEntry> sMovieStore;
|
||||
extern DBCStorage <NamesReservedEntry> sNamesReservedStore;
|
||||
extern DBCStorage <NamesProfanityEntry> sNamesProfanityStore;
|
||||
extern DBCStorage <OverrideSpellDataEntry> sOverrideSpellDataStore;
|
||||
extern DBCStorage <PowerDisplayEntry> sPowerDisplayStore;
|
||||
extern DBCStorage <QuestSortEntry> sQuestSortStore;
|
||||
|
||||
Reference in New Issue
Block a user