From 97994d988948f5f5c06ce656dbda72611d72d7a9 Mon Sep 17 00:00:00 2001 From: Ackis Date: Wed, 10 Dec 2008 20:47:53 +0000 Subject: [PATCH] Update error message. --- AckisRecipeList.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index 645049f..65c005d 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -263,7 +263,7 @@ function addon:OnInitialize() addon.db = LibStub("AceDB-3.0"):New("ARLDB2",defaults) if (not addon.db) then - self:Print("Error: Database not loaded correctly. Please exit out of WoW and delete the ARL database file (ARLDB2.lua) found in: \\World of Warcraft\\WTF\\Account\\>\\SavedVariables\\") + self:Print("Error: Database not loaded correctly. Please exit out of WoW and delete the ARL database file (AckisRecipeList.lua) found in: \\World of Warcraft\\WTF\\Account\\>\\SavedVariables\\") return end -- 1.7.9.5