Quantcast

Don't need database converting any more

Adrian L Lange [08-07-09 - 18:02]
Don't need database converting any more
Filename
pError.lua
diff --git a/pError.lua b/pError.lua
index 0318635..2c13ddc 100644
--- a/pError.lua
+++ b/pError.lua
@@ -58,12 +58,6 @@ addon:SetScript('OnEvent', function(self, event, name)
 	if(name == 'pError') then
 		self:SetScript('OnEvent', nil)

-		if(not pErrorUpdated) then
-			print('|cffff8080pError:|r Converted database into new format, thanks for updating!')
-			pErrorDB = pErrorDB and pErrorDB.blacklist
-			pErrorUpdated = true
-		end
-
 		pErrorDB = pErrorDB or {}

 		SLASH_pError1 = '/perror'