Results: 1Comments by: noone
File: InventoryManager09/24/19
Code fix for Guilds
Posted By: noone
Thanks for writing such a useful addon! Noted below, there is a problem with the guild selector dropdown not working. I've patched my own copy of this addon and thought I would share this fix. In the file UI/RuleEdit.lua approx line:100; change from local gn = GetGuildName(i) to: local gid = GetGuildId(i) local gn = GetGu...