Fix type on function name

This commit is contained in:
Tercio Jose
2022-09-25 16:05:52 -03:00
parent 9fb7445a31
commit 5a4bde60f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
_detalhes.BFACORE = 131 --core version on BFA launch
_detalhes.SHADOWLANDSCORE = 143 --core version on Shadowlands launch
--
_detalhes.dragonflight_beta_version = 33
_detalhes.dragonflight_beta_version = 34
Details = _detalhes
+1 -1
View File
@@ -329,7 +329,7 @@ function Details:StartMeUp() --I'll never stop!
--check is this is the first run of this version
if (self.is_version_first_run) then
local lowerInstanceId = Details:GetLowerInstanceIdNumber()
local lowerInstanceId = Details:GetLowerInstanceNumber()
if (lowerInstanceId) then
lowerInstanceId = Details:GetInstance(lowerInstanceId)