2 Commits

Author SHA1 Message Date
Relationship b7e0084a27 Update RelationshipsThreatPlates_Core.lua 2026-07-04 02:26:24 +01:00
Relationship 4bb8243357 Update README.md 2026-07-03 07:59:14 +01:00
2 changed files with 1 additions and 11 deletions
-10
View File
@@ -80,13 +80,3 @@ ThreatPlates uses a three-tier threat detection system:
* Move the RelationshipsThreatPlates folder to your Interface/AddOns/ directory
*Restart WoW or reload the UI (/console reloadui)
*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
+1 -1
View File
@@ -23,7 +23,7 @@ local DEFAULT_CONFIG = {
showText = true,
barHeight = 6,
barAlpha = 0.5,
barOffsetY = 1,
barOffsetY = 20,
barOffsetX = -17.8,
barWidthScale = 0.8,
fontSize = 9,