0.3.3-beta
Details
-
FilenameLibInspect-0.3.3-beta.zip
-
Uploaded by
-
UploadedJul 29, 2018
-
Size6.31 KB
-
Downloads176
-
MD5d7d96884b28f9d1ae3864fd9c5f35a36
Supported WoW Retail Versions
- 8.0.1
Changelog
lightweight tag 0cdb66acc8d9583ec60b15d733048666ab79b735 0.3.3-beta
Author: GitHub <[email protected]>
Date: Sun Jul 29 18:45:45 2018 -0400
commit c2cfabb7926bcb3d4d05c526c5912660ac6c76f2
Author: scotepi <[email protected]>
Date: Sun Jul 29 18:27:43 2018 -0400
Release Version
Added proper release version
commit c2cfabb7926bcb3d4d05c526c5912660ac6c76f2
Author: scotepi <[email protected]>
Date: Sun Jul 29 18:27:43 2018 -0400
Release Version
Added proper release version
commit 89497daa509c44471d0dc45ea89e4cda28356f80
Author: scotepi <[email protected]>
Date: Sun Jul 29 18:27:06 2018 -0400
Revert "LibStub"
This reverts commit 2b9618187f8fbad3ad8138cffafc09312185bfeb.
commit 2b9618187f8fbad3ad8138cffafc09312185bfeb
Author: scotepi <[email protected]>
Date: Sun Jul 29 16:45:01 2018 -0400
LibStub
Includes LibStub in the build
commit 0cba34d574fda5532b9402545ebcbb0365ee5765
Author: scotepi <[email protected]>
Date: Sun Jul 29 16:03:34 2018 -0400
8.0
TOC bump to 8.0
commit fae0d5ab071d3b0e878d251bb513a61235214626
Author: Charles Sprayberry <[email protected]>
Date: Thu Oct 19 23:25:21 2017 -0400
Handle callback possibly being false
It is possible that the Blizzard server will respond multiple
times with events signifying you're able to look at a unit's
items, talents, etc. It is also possible that in between
these events the addon can remove the hook responsible for handling
the appropriate event. This leaves a false value being used as a
function in RunHooks.
This patch ensures that the value is not false before we attempt
to use it as a function.