Core/Trainers: Remove unused define

This commit is contained in:
Shauren
2021-11-16 21:37:53 +01:00
parent f8dc4da282
commit 3ba2547ec0

View File

@@ -486,9 +486,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;