From e599301eec1d00e96383cb1c86bcb4132bf184cd Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Tue, 22 Jul 2025 11:30:40 -0400 Subject: [PATCH] Create instance_template.sql --- Server/instance_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Server/instance_template.sql diff --git a/Server/instance_template.sql b/Server/instance_template.sql new file mode 100644 index 0000000..0b1e706 --- /dev/null +++ b/Server/instance_template.sql @@ -0,0 +1,2 @@ +INSERT INTO acore_world.instance_template (`map`,parent,script,allowMount) VALUES + (805,0,'',0);