From ebbd0113913559af9617029c15b05a40ee08b5f1 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Tue, 22 Jul 2025 12:23:25 -0400 Subject: [PATCH] Update instance_template.sql --- Server/instance_template.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/instance_template.sql b/Server/instance_template.sql index 0b1e706..d5ca955 100644 --- a/Server/instance_template.sql +++ b/Server/instance_template.sql @@ -1,2 +1,2 @@ INSERT INTO acore_world.instance_template (`map`,parent,script,allowMount) VALUES - (805,0,'',0); + (805,0,'',1);