Bug - Fixed r8742 - "refresh equip" broken

Fluxxdog

Active member
The CLI command "refresh equip" returns all equip slots as empty, which then shows up anywhere a slot is referenced, such as the Gear Changer.

Refreshing the session from the menus corrects this.
 

Veracity

Developer
Staff member
It was calling inventory.php&curequip=1&ajax=1 -- which no longer does anything, it seems. Without the ajax field, it just displays the current page of inventory.

Looks like curequip=1 has been removed. So, now we load page 2 of the inventory and parse that.

Revision 9579
 
Top