Skip to content

Commit

Permalink
Core: bump minVoicePackVersion to 14
Browse files Browse the repository at this point in the history
Related to 02cfbf2
  • Loading branch information
Zidras committed Dec 26, 2023
1 parent 821694c commit 90164ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DBM-Core/DBM-Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ local function currentFullDate()
end

DBM = {
Revision = parseCurseDate("20231226223415"),
Revision = parseCurseDate("20231226224550"),
DisplayVersion = "10.1.10 alpha", -- the string that is shown as version
ReleaseRevision = releaseDate(2023, 12, 26) -- the date of the latest stable version that is available, optionally pass hours, minutes, and seconds for multiple releases in one day
}
Expand Down Expand Up @@ -9728,7 +9728,7 @@ do
end

do
local minVoicePackVersion = 13
local minVoicePackVersion = 14

function DBM:CheckVoicePackVersion(value)
local activeVP = self.Options.ChosenVoicePack2
Expand Down

0 comments on commit 90164ee

Please sign in to comment.