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 |