Skip to content

Commit

Permalink
add Yogg Laughing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dfherr committed Jan 10, 2023
1 parent 8a38a2b commit fb2fe87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ local LSM = LibStub("LibSharedMedia-3.0")
LSM:Register("sound", "You Will Die!", [[Sound\Creature\CThun\CThunYouWillDie.ogg]])
LSM:Register("sound", "Omen: Aoogah!", [[Interface\AddOns\ThreatClassic2\aoogah.ogg]])
LSM:Register("sound", "TC2: Bell", [[Sound/Doodad/BellTollAlliance.ogg]])
LSM:Register("sound", "Yogg Laughing", [[Sound\Creature\YoggSaron\UR_YoggSaron_Slay01.ogg]])
LSM:Register("font", "NotoSans SemiCondensedBold", [[Interface\AddOns\ThreatClassic2\media\NotoSans-SemiCondensedBold.ttf]])
LSM:Register("font", "Standard Text Font", _G.STANDARD_TEXT_FONT) -- register so it's usable as a default in config
LSM:Register("statusbar", "TC2 Default", [[Interface\ChatFrame\ChatFrameBackground]]) -- register so it's usable as a default in config
Expand Down

0 comments on commit fb2fe87

Please sign in to comment.