Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new InstanceLockMgr
Port From (https://github.com/TrinityCore/TrinityCore/commit/9b924522d0549dd67b10e2cbdfc20297dd21e182)
This commit is contained in:
@@ -632,11 +632,11 @@ namespace Game.Networking.Packets
|
||||
_worldPacket.WriteInt32(NewTimeRemaining);
|
||||
}
|
||||
|
||||
public int MapID;
|
||||
public int OldTimeRemaining;
|
||||
public long ServerTime;
|
||||
public int MapID;
|
||||
public uint DifficultyID;
|
||||
public int NewTimeRemaining;
|
||||
public int OldTimeRemaining;
|
||||
}
|
||||
|
||||
class CalendarCommunityInvite : ServerPacket
|
||||
|
||||
Reference in New Issue
Block a user