Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b7e0084a27 | |||
| 4bb8243357 |
@@ -80,13 +80,3 @@ ThreatPlates uses a three-tier threat detection system:
|
|||||||
* Move the RelationshipsThreatPlates folder to your Interface/AddOns/ directory
|
* Move the RelationshipsThreatPlates folder to your Interface/AddOns/ directory
|
||||||
*Restart WoW or reload the UI (/console reloadui)
|
*Restart WoW or reload the UI (/console reloadui)
|
||||||
*Type /tp to configure
|
*Type /tp to configure
|
||||||
|
|
||||||
== Version History ==
|
|
||||||
|
|
||||||
* v1.1.0
|
|
||||||
* Fixed Lua 5.0/1.12 parser issues (no varargs, no string.match)
|
|
||||||
* Fixed bare format/floor globals (use string.format/math.floor)
|
|
||||||
* Fixed CheckButton SetBackdrop (use Frame + textures instead)
|
|
||||||
* Added pcall() safety for nameplate child scanning
|
|
||||||
* Cached GetChildren/GetRegions calls for performance
|
|
||||||
* Three-tier threat detection with fallback heuristics
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ local DEFAULT_CONFIG = {
|
|||||||
showText = true,
|
showText = true,
|
||||||
barHeight = 6,
|
barHeight = 6,
|
||||||
barAlpha = 0.5,
|
barAlpha = 0.5,
|
||||||
barOffsetY = 1,
|
barOffsetY = 20,
|
||||||
barOffsetX = -17.8,
|
barOffsetX = -17.8,
|
||||||
barWidthScale = 0.8,
|
barWidthScale = 0.8,
|
||||||
fontSize = 9,
|
fontSize = 9,
|
||||||
|
|||||||
Reference in New Issue
Block a user