v1.0.3.0: Alliance frames fixes, PvP support, shared hotbar persistence, config save on teleport
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -725,7 +725,7 @@ namespace HSUI.Interface.GeneralElements
|
||||
displaySlot->Set(slotType, id);
|
||||
displaySlot->LoadIconId();
|
||||
}
|
||||
module->SetAndSaveSlot(barId, (uint)idx, slotType, id);
|
||||
ActionBarsManager.SetAndSaveSlotInternal(module, barId, (uint)idx, slotType, id, displaySlot);
|
||||
try { dm->CancelDragDrop(true, true); }
|
||||
catch (Exception ex2) { Plugin.Logger.Warning($"[HSUI DragDrop] CancelDragDrop: {ex2.Message}"); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user