diff --git a/KhazAlgar/Options/Colors.lua b/KhazAlgar/Options/Colors.lua index 5feba1638..4d6b049be 100644 --- a/KhazAlgar/Options/Colors.lua +++ b/KhazAlgar/Options/Colors.lua @@ -1,4 +1,7 @@ BigWigs:AddColors("Aggregation of Horrors", { - + [452205] = "yellow", + [452980] = "orange", + [453271] = "red", + [453294] = "purple", }) diff --git a/KhazAlgar/Options/Sounds.lua b/KhazAlgar/Options/Sounds.lua index d081f22e6..b13705c63 100644 --- a/KhazAlgar/Options/Sounds.lua +++ b/KhazAlgar/Options/Sounds.lua @@ -1,4 +1,7 @@ BigWigs:AddSounds("Aggregation of Horrors", { - + [452205] = "long", + [452980] = "info", + [453271] = "warning", + [453294] = "alarm", })