wow-rp-addons / LibMSP

The “Mary Sue Protocol” (“MSP” for short) is a simple challenge/response protocol for RP UI add-ons within WoW to communicate with each other and publish text information to other clients (such as RP character names and descriptions).
Creative Commons Zero v1.0 Universal
2 stars 1 forks source link

Reset scantime on group join #11

Closed ghost closed 6 years ago

ghost commented 6 years ago

Scantime for cross-realm players should be reset (msp.char[*].scantime) when they join a group with the player. This permits more immediate viewing of profiles that would otherwise need the scantime to expire. This should be done with a GROUP_ROSTER_UPDATE handler and the UnitRealmRelationship() function.

I'll look at working it in before 8.0 launch, since it's a fairly simple optimization and I already had similar code in XRP for years.

ghost commented 6 years ago

Fixed in development branch, closing.