From 6903668641ac83de4852a78cf3ebb2db8fa36124 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Fri, 7 Aug 2009 20:02:40 +0200 Subject: [PATCH] Don't need database converting any more --- pError.lua | 6 ------ 1 file changed, 6 deletions(-) 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' -- 1.7.9.5