changeset 585:6af2ba7adfff tip

Disabled faction standing detection in all cases right now as it causes errors.
author MMOSimca
date Wed, 08 Oct 2025 17:42:03 -0400
parents be7931f9225c
children
files Main.lua
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Main.lua	Sun Oct 05 23:33:00 2025 -0400
+++ b/Main.lua	Wed Oct 08 17:42:03 2025 -0400
@@ -1203,7 +1203,7 @@
     npc.class = class_token
     
     -- Can't do this in instances now, at least using the current method of putting a unit on a tooltip
-    if not III() then
+    if false then
         npc.faction = UnitFactionStanding("target")
     end
     
@@ -2226,7 +2226,7 @@
             end
             
             -- Can't do this in instances now, at least not by tooltip unit scanning
-            if not III() then
+            if false then
                 local _, faction_standing = UnitFactionStanding("npc")
                 merchant_standing = faction_standing
             end