- Fixed a rare bug where the window for Encounter Details Plugin won't open when clicking on its icon.
- Fixed death display color when not using colored by the player class. - Added officer channel to 'Announce Death' feature.
This commit is contained in:
@@ -520,6 +520,10 @@
|
||||
end
|
||||
channel = "PRINT"
|
||||
|
||||
elseif (where == 5) then --> officers
|
||||
if (IsInGuild()) then
|
||||
channel = "OFFICER"
|
||||
end
|
||||
end
|
||||
|
||||
local only_first = _detalhes.announce_deaths.only_first
|
||||
|
||||
Reference in New Issue
Block a user