A little bit of refactoring while thinking about the loot next.

This commit is contained in:
Zed A. Shaw 2025-08-10 12:42:28 -04:00
parent 48e28ee636
commit e03a63f9fb

View file

@ -483,7 +483,6 @@ namespace gui {
event(Event::LOOT_ITEM);
} break;
case eGUI::LOOT_CONTAINER: {
dbc::log("YEP container works.");
$loot_ui.set_target($loot_ui.$temp_loot);
$loot_ui.update();
event(Event::LOOT_OPEN);