From a6f5433efc74a3a4fab35d774233f5577da940fd Mon Sep 17 00:00:00 2001 From: SabinDeus Date: Fri, 12 Jul 2024 19:48:31 -0400 Subject: [PATCH] Updating TOC files --- .gitignore | 1 - TurnIn.toc | 4 ++-- TurnIn_Cata.toc | 7 +++++++ TurnIn_Classic.toc | 7 +++++++ TurnIn_TBC.toc | 7 +++++++ TurnIn_Wrath.toc | 4 ++-- 6 files changed, 25 insertions(+), 5 deletions(-) mode change 100644 => 100755 .gitignore create mode 100755 TurnIn_Cata.toc create mode 100755 TurnIn_Classic.toc create mode 100755 TurnIn_TBC.toc diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 97c63fd..e69de29 --- a/.gitignore +++ b/.gitignore @@ -1 +0,0 @@ -.sync/ \ No newline at end of file diff --git a/TurnIn.toc b/TurnIn.toc index 3db6423..ff74478 100755 --- a/TurnIn.toc +++ b/TurnIn.toc @@ -1,5 +1,5 @@ -## Interface: 100007 -## X-Compatible-With: 100007 +## Interface: 110002 +## X-Compatible-With: 110002 ## Title: Turn In ## Notes: Automates the selection of quest and gossip options. ## SavedVariables: TI_status, TI_NPCDB, TI_NPCIndex diff --git a/TurnIn_Cata.toc b/TurnIn_Cata.toc new file mode 100755 index 0000000..193ddba --- /dev/null +++ b/TurnIn_Cata.toc @@ -0,0 +1,7 @@ +## Interface: 40400 +## X-Compatible-With: 40400 +## Title: Turn In +## Notes: Automates the selection of quest and gossip options. +## SavedVariables: TI_status, TI_NPCDB, TI_NPCIndex +## Version: 2.2 +TurnIn.xml diff --git a/TurnIn_Classic.toc b/TurnIn_Classic.toc new file mode 100755 index 0000000..079f6d9 --- /dev/null +++ b/TurnIn_Classic.toc @@ -0,0 +1,7 @@ +## Interface: 11503 +## X-Compatible-With: 11503 +## Title: Turn In +## Notes: Automates the selection of quest and gossip options. +## SavedVariables: TI_status, TI_NPCDB, TI_NPCIndex +## Version: 2.2 +TurnIn.xml diff --git a/TurnIn_TBC.toc b/TurnIn_TBC.toc new file mode 100755 index 0000000..8ecebda --- /dev/null +++ b/TurnIn_TBC.toc @@ -0,0 +1,7 @@ +## Interface: 30401 +## X-Compatible-With: 30401 +## Title: Turn In +## Notes: Automates the selection of quest and gossip options. +## SavedVariables: TI_status, TI_NPCDB, TI_NPCIndex +## Version: 2.2 +TurnIn.xml diff --git a/TurnIn_Wrath.toc b/TurnIn_Wrath.toc index 8ecebda..2d3bebf 100755 --- a/TurnIn_Wrath.toc +++ b/TurnIn_Wrath.toc @@ -1,5 +1,5 @@ -## Interface: 30401 -## X-Compatible-With: 30401 +## Interface: 30403 +## X-Compatible-With: 30403 ## Title: Turn In ## Notes: Automates the selection of quest and gossip options. ## SavedVariables: TI_status, TI_NPCDB, TI_NPCIndex