Total-RP / Total-RP-3-Extended

Extended module for the Total RP 3 add-on for World of Warcraft, adding creation tools.
http://extended.totalrp.com
11 stars 13 forks source link

Inspection frame is broken #149

Closed Solanya closed 4 years ago

Solanya commented 5 years ago

With the switch from 8.1.5 to 8.2, Model_Reset was moved to ModelFrameMixin and renamed ResetModel. The inventory page model inherits from ModelWithControlsTemplate, which seems to inherit from this mixin, but the inspection model is a PlayerModel without other inheritance and does not have this mixin applied, so we need to apply it to be able to call the function.