From a73f973c5fb0c751976580f4c3ce6eda9aee1ab2 Mon Sep 17 00:00:00 2001 From: Jacob Riddle Date: Mon, 17 Jul 2023 19:19:24 -0700 Subject: [PATCH] Fix moving into and out of "The Violet Hold" not triggering updates --- OBTF.lua | 2 +- OBTF.toc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OBTF.lua b/OBTF.lua index a7e8e3d..2e7463f 100755 --- a/OBTF.lua +++ b/OBTF.lua @@ -1,5 +1,5 @@ Obtf = CreateFrame("Frame") -Obtf.blacklist = {"Dalaran", "Magus Commerce Exchange", "Runeweaver Square", "The Eventide", "The Violet Citadel", "Antonidas Memorial", "Violet Hold", "Sunreaver's Sanctuary"} +Obtf.blacklist = {"Dalaran", "Magus Commerce Exchange", "Runeweaver Square", "The Eventide", "The Violet Citadel", "Antonidas Memorial", "The Violet Hold", "Sunreaver's Sanctuary"} Obtf.outdoors_nofly = "[outdoors, noflyable]" Obtf.outdoors = "[outdoors]" Obtf.swimming = "[swimming]" diff --git a/OBTF.toc b/OBTF.toc index dd29bb4..3cd003c 100755 --- a/OBTF.toc +++ b/OBTF.toc @@ -1,5 +1,5 @@ -## Interface: 30401 -## Version: 1.0.3 +## Interface: 30402 +## Version: 1.0.4 ## Title: One Button Travel Form ## Notes: One Button Travel Form (OBTF) will pick the correct travel form based on zone, combat status, and location ## Author: Ironlenny