Update error message.
Ackis [12-10-08 - 20:47]
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\\<Account Name>>\\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\\<Account Name>>\\SavedVariables\\")
return
end