TBag-Shefki

69 - Fix for Freeze on Login.

What does the provided patch do?

Fixes freezing on login by fixing function call to MakeToolTipStr() in function TBag:ScanEquipped() (lin 2820 or thereabouts

old call:

local tooltip = self:MakeToolTipStr(playerid, dbag[self.I_ITEMLINK], idx, slot);

new call should be:

local tooltip = self:MakeToolTipStr(playerid, dbag[self.I_ITEMLINK], nil, nil,
                                            idx, slot);

Please provide any additional information below.

User When Change
woxingma Aug 11, 2016 at 15:09 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

Facts

Reported
Aug 11, 2016
Status
New - Issue has not had initial review yet.
Type
Patch - Source code patch for review
Priority
Medium - Normal priority.
Votes
0

Reported by

Possible assignees