mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Renamed SQL with proper date
This commit is contained in:
@@ -1774,7 +1774,7 @@ INSERT INTO `updates` VALUES
|
||||
('2018_08_30_00_auth.sql','22F69864361D3E72F800379338310172C0576D1C','ARCHIVED','2018-08-30 00:00:00',0),
|
||||
('2018_09_06_00_auth.sql','309D21E0DF82ED8921F77EAFDE741F38AC32BB13','ARCHIVED','2018-09-06 00:00:00',0),
|
||||
('2018_09_17_00_auth.sql','4DB671F0A4FA1A93AF28FB6426AF13DE72C7DA3D','ARCHIVED','2018-09-17 00:00:00',0),
|
||||
('9999_99_99_99_auth.sql','0321AE9AEA00E1AC9C20DD8F5B55ECCF9D32B1B6','ARCHIVED','9999-99-99 00:00:00',0);
|
||||
('2018_12_30_00_auth.sql','680F4F9194FC37592041C2DB5B2B7006B14E836D','RELEASED','2018-12-30 00:00:00',0);
|
||||
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user