comparison Core.lua @ 145:df1596b1a744 v68

Tweak for handling duplicate azerite items.
author yellowfive
date Sun, 09 Dec 2018 22:53:08 -0800
parents 55823e37403b
children 35612aee8e15
comparison
equal deleted inserted replaced
144:69e759e03838 145:df1596b1a744
185 Amr.db.global.Region = Amr.RegionNames[GetCurrentRegion()] 185 Amr.db.global.Region = Amr.RegionNames[GetCurrentRegion()]
186 186
187 -- make sure that some initialization is deferred until after PLAYER_ENTERING_WORLD event so that data we need is available; 187 -- make sure that some initialization is deferred until after PLAYER_ENTERING_WORLD event so that data we need is available;
188 -- also delay this initialization for a few extra seconds to deal with some event spam that is otherwise hard to identify and ignore when a player logs in 188 -- also delay this initialization for a few extra seconds to deal with some event spam that is otherwise hard to identify and ignore when a player logs in
189 Amr.Wait(5, function() 189 Amr.Wait(5, function()
190 Amr:InitializeVersions() 190 --Amr:InitializeVersions()
191 Amr:InitializeGear() 191 Amr:InitializeGear()
192 Amr:InitializeExport() 192 Amr:InitializeExport()
193 Amr:InitializeCombatLog() 193 Amr:InitializeCombatLog()
194 194
195 upgradeFromOld() 195 upgradeFromOld()