From 3992eacb485234e757181d348544b3087dcda03c Mon Sep 17 00:00:00 2001 From: Xinhuan Date: Fri, 31 Oct 2008 12:25:41 +0800 Subject: [PATCH] Prefix the name of the custom Aoogah sound effect with Omen so that LSM users will know which addon it originated from. --- Omen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Omen.lua b/Omen.lua index 1cb1174..999a597 100644 --- a/Omen.lua +++ b/Omen.lua @@ -48,7 +48,7 @@ LSM:Register("sound", "Short Circuit", [[Sound\Spells\SimonGame_Visual_BadPress. LSM:Register("sound", "Fel Portal", [[Sound\Spells\Sunwell_Fel_PortalStand.wav]]) LSM:Register("sound", "Fel Nova", [[Sound\Spells\SeepingGaseous_Fel_Nova.wav]]) LSM:Register("sound", "You Will Die!", [[Sound\Creature\CThun\CThunYouWillDIe.wav]]) -LSM:Register("sound", "Aoogah!", [[Interface\AddOns\Omen\aoogah.ogg]]) +LSM:Register("sound", "Omen: Aoogah!", [[Interface\AddOns\Omen\aoogah.ogg]]) -----------------------------------------------------------------------------