TitanLootType: IsPartyLeader
Titan Panel is an AddOn for the MMORPG World of Warcraft
Brought to you by:
honorgog
Originally created by: stijnher...@gmail.com
Originally owned by: Honor...@gmail.com
IsRaidLeader, IsPartyLeader and UnitIsPartyLeader were replaced by UnitIsGroupLeader
TitanLootType.lua line 253, possibly other places.
if (IsPartyLeader() or IsRaidLeader()) then
should become
if (UnitIsGroupLeader("player")) then
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Honor...@gmail.com
(No comment was entered for this change.)
Owner: Honor...@gmail.com
Status: Testing
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Honor...@gmail.com
Resolved in version 5.1.2.50001.
Status: Resolved