diff 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
line wrap: on
line diff
--- a/Core.lua	Thu Nov 08 21:21:26 2018 -0800
+++ b/Core.lua	Sun Dec 09 22:53:08 2018 -0800
@@ -187,7 +187,7 @@
 	-- make sure that some initialization is deferred until after PLAYER_ENTERING_WORLD event so that data we need is available;
 	-- 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
 	Amr.Wait(5, function()
-		Amr:InitializeVersions()
+		--Amr:InitializeVersions()
 		Amr:InitializeGear()
 		Amr:InitializeExport()
 		Amr:InitializeCombatLog()