Core/PacketIO: Handle QueryCountdownTimer

* Add it to battleground
* Base implementation countdowns in Group
* Fix timer sync between groups in battlegrounds
Port From (https://github.com/TrinityCore/TrinityCore/commit/6ed8b5c9077aba788ff5bc51f2652109bfea6175)
This commit is contained in:
hondacrx
2024-02-06 15:51:24 -05:00
parent 95c3dd2a66
commit 43db82ae61
6 changed files with 109 additions and 50 deletions
+7
View File
@@ -166,4 +166,11 @@ namespace Framework.Constants
Max
}
public enum CountdownTimerType
{
Pvp = 0,
ChallengeMode = 1,
PlayerCountdown = 2
}
}
@@ -1888,13 +1888,6 @@ namespace Framework.Constants
Max
}
public enum TimerType
{
Pvp = 0,
ChallengerMode = 1,
PlayerCountdown = 2
}
public enum GameError : uint
{
System = 0,