From 29410b53407069aff866c0d6f31617e0a592c7bf Mon Sep 17 00:00:00 2001 From: Knindza Date: Thu, 3 Sep 2020 21:51:39 +0200 Subject: [PATCH] chore(DB/Zone): enable allowMount in Emerald Dream (#3392) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [Zone] Emerald Dream * Update rev_1598881458930915100.sql Co-authored-by: Francesco Borzì Co-authored-by: Stefano Borzì --- .../pending_db_world/rev_1598881458930915100.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1598881458930915100.sql diff --git a/data/sql/updates/pending_db_world/rev_1598881458930915100.sql b/data/sql/updates/pending_db_world/rev_1598881458930915100.sql new file mode 100644 index 000000000..cb97d00ff --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1598881458930915100.sql @@ -0,0 +1,11 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1598881458930915100'); +/* + * General: Emerald Dream Update + * Update by Knindza | + * Copyright (C) & +*/ + +/* Content 3.3.5 */ + +DELETE FROM `instance_template` WHERE `map`=169; +INSERT INTO `instance_template` (`map`, `parent`, `script`, `allowMount`) VALUES (169, 0, '', 1);