Pushing release for Flamanis fixes on for classic pet, av and other bugs.

This commit is contained in:
Tercio Jose
2024-08-04 18:20:49 -03:00
committed by andrew6180
parent 35080fdb5b
commit 30af843b42
4 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -1722,7 +1722,7 @@ function Details:ExportCurrentProfile()
local playerData = {}
--data saved for the account
local defaultGlobalData = Details.default_global_data
local globaData = {}
local globaData = {} --typo: 'globalData' was intended, cannot be fixed due to export strings compatibility
--fill player and global data tables
for key, _ in pairs(defaultPlayerData) do