Quantcast

pull commit :(

Alex Shubert [04-19-12 - 15:30]
pull commit :(
Filename
AutoTurnIn.lua
diff --git a/AutoTurnIn.lua b/AutoTurnIn.lua
index b3ae7fc..f3fb782 100644
--- a/AutoTurnIn.lua
+++ b/AutoTurnIn.lua
@@ -38,7 +38,12 @@ end
 function AutoTurnIn:OnEnable()
 	if (not AutoTurnInCharacterDB) or (not AutoTurnInCharacterDB.version or (AutoTurnInCharacterDB.version < TOCVersion)) then
 		AutoTurnInCharacterDB = nil
+<<<<<<< HEAD
 		self:Print(L["reset"])
+=======
+		_G.AutoTurnInDB = {version = vers}
+		self:Print(INSTANCE_RESET_SUCCESS:format(GAMEOPTIONS_MENU))
+>>>>>>> 7126ee301cc5a09eff9a8b8d804db1220eaf89cd
 	end

 	if not AutoTurnInCharacterDB then