From 29d299e40224a742b153b6a91c1c2bf857ad64b9 Mon Sep 17 00:00:00 2001 From: Deckard Date: Sat, 27 Dec 2025 18:14:12 -0500 Subject: [PATCH] Change realmmaster status from 'active' to 'blocked' --- config/module-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/module-manifest.json b/config/module-manifest.json index 9da2af6..9cbb0c1 100644 --- a/config/module-manifest.json +++ b/config/module-manifest.json @@ -5484,7 +5484,7 @@ "type": "tool", "category": "tooling", "notes": "Discovered via GitHub topic 'azerothcore-tools'", - "status": "active", + "status": "blocked", "order": 5000, "requires": [], "post_install_hooks": [],