add handling for non awesome_wotlk user

This commit is contained in:
NoM0Re
2024-07-01 19:37:29 +02:00
parent 60460fb912
commit 9bc27cada2
22 changed files with 108 additions and 68 deletions
+1 -1
View File
@@ -5201,7 +5201,7 @@ Private.event_prototypes = {
if trigger.use_showLatency and trigger.unit == "player" then
WeakAuras.WatchForCastLatency()
end
if trigger.unit == "nameplate" and trigger.use_onUpdateUnitTarget then
if trigger.unit == "nameplate" and WeakAuras.isAwesomeEnabled and trigger.use_onUpdateUnitTarget then
WeakAuras.WatchForNameplateTargetChange()
end
end,