doadin / Baggins

zlib License
6 stars 7 forks source link

Bagupdates #126

Closed Elberet closed 3 months ago

Elberet commented 3 months ago

Adds explicit bag update call to the equipment set filter.

When equipment sets are changed, items may no longer part of the same sets, so this triggers a bag update. This update shouldn't raise any performance concerns, since the triggering events - PLAYER_LOGIN and EQUIPMENT_SETS_CHANGED are sent very rarely.

doadin commented 3 months ago

is 0b119a77493adee18d41a4d3aa5b09c3fdbe3772 needed? it doesnt match the style of all the other filters.

Elberet commented 3 months ago

Nope, that was purely personal taste on my part, feel free to ignore that commit.