Renamed SQL with proper date

This commit is contained in:
Shauren
2018-12-30 20:07:04 +01:00
parent baebb2d602
commit 1c4cdfd325
3 changed files with 1 additions and 4 deletions

View File

@@ -524,9 +524,6 @@ struct CellObjectGuids
typedef std::unordered_map<uint32/*cell_id*/, CellObjectGuids> CellObjectGuidsMap;
typedef std::unordered_map<uint32/*(mapid, spawnMode) pair*/, CellObjectGuidsMap> MapObjectGuids;
// Trinity Trainer Reference start range
#define TRINITY_TRAINER_START_REF 200000
struct TrinityString
{
std::vector<std::string> Content;