From 95734ba6096f9ffce8ee68e96895922625070235 Mon Sep 17 00:00:00 2001 From: wutname1 Date: Wed, 3 Jan 2024 03:26:08 -0600 Subject: [PATCH] Misc Cleanup --- FunFact.lua | 2 +- FunFact.toc | 2 +- FF_B.tga => FunFactLogo.tga | Bin FunFact_Vanilla.toc | 2 +- FunFact_Wrath.toc | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename FF_B.tga => FunFactLogo.tga (100%) diff --git a/FunFact.lua b/FunFact.lua index c7b8998..79b96c1 100644 --- a/FunFact.lua +++ b/FunFact.lua @@ -237,7 +237,7 @@ function FunFact:ChatCommand(input) } input = input:upper() if not FunFact:isInTable(AllowedChannels, input) then - print('FunFact Error! You specified "' .. input .. '" you can only specify RAID, PARTY, and GUILD') + print('FunFact Error! You specified "' .. input .. '" valid options are: SAY, YELL, INSTANCE_CHAT, RAID, PARTY, and GUILD') return end diff --git a/FunFact.toc b/FunFact.toc index e3def55..cd1c52b 100644 --- a/FunFact.toc +++ b/FunFact.toc @@ -6,7 +6,7 @@ ## X-Curse-Project-ID: 324692 ## X-Wago-ID: J96EYg6g ## SavedVariables: FunFactDB -## IconTexture: Interface/Addons/FunFact/FF_B +## IconTexture: Interface/Addons/FunFact/FunFactLogo loader.xml Facts\FactList.xml \ No newline at end of file diff --git a/FF_B.tga b/FunFactLogo.tga similarity index 100% rename from FF_B.tga rename to FunFactLogo.tga diff --git a/FunFact_Vanilla.toc b/FunFact_Vanilla.toc index 922b168..1c70d0b 100644 --- a/FunFact_Vanilla.toc +++ b/FunFact_Vanilla.toc @@ -5,7 +5,7 @@ ## Author: Wutname1 ## X-Curse-Project-ID: 324692 ## SavedVariables: FunFactDB -## IconTexture: Interface/Addons/FunFact/FF_B +## IconTexture: Interface/Addons/FunFact/FunFactLogo loader.xml Facts\FactList.xml \ No newline at end of file diff --git a/FunFact_Wrath.toc b/FunFact_Wrath.toc index 5ed062c..5579b29 100644 --- a/FunFact_Wrath.toc +++ b/FunFact_Wrath.toc @@ -5,7 +5,7 @@ ## Author: Wutname1 ## X-Curse-Project-ID: 324692 ## SavedVariables: FunFactDB -## IconTexture: Interface/Addons/FunFact/FF_B +## IconTexture: Interface/Addons/FunFact/FunFactLogo loader.xml Facts\FactList.xml \ No newline at end of file