From d93e66ce5f317e59988cafbd18150016efa31ee6 Mon Sep 17 00:00:00 2001 From: shaga <14+shaga@noreply.octowow.st> Date: Mon, 15 Jun 2026 11:03:18 -0700 Subject: [PATCH] Set Interface to 11200 for WoW 1.12.1 client compatibility Chronos shipped Interface 11000 (1.11.0); on the 1.12.1 client that is flagged out-of-date and won't load (which would also block CallOfElements that depends on it). Library code is unchanged and vanilla-compatible. Co-Authored-By: Claude Opus 4.8 --- Chronos.toc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chronos.toc b/Chronos.toc index a3799ca..315b70c 100644 --- a/Chronos.toc +++ b/Chronos.toc @@ -1,4 +1,4 @@ -## Interface: 11000 +## Interface: 11200 ## Title: Chronos ## Notes: Embedable Time Keeping and Scheduling System ## Notes-deDE: Sammlung nützlicher Funktionen zum Zeitmanagement, welche von einigen anderen AddOns verwendet werden.