From e9be04837aac760f5fab39857985981bbaca2c45 Mon Sep 17 00:00:00 2001 From: All <44707108+zxcnxc@users.noreply.github.com> Date: Tue, 7 Sep 2021 07:09:49 +0700 Subject: [PATCH] fix(DB/Quests): Exclamation mark - Elegant Letter (#7707) --- data/sql/updates/pending_db_world/rev_1630684891779932519.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1630684891779932519.sql diff --git a/data/sql/updates/pending_db_world/rev_1630684891779932519.sql b/data/sql/updates/pending_db_world/rev_1630684891779932519.sql new file mode 100644 index 000000000..2a58aa079 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1630684891779932519.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630684891779932519'); + +-- Set exclamation mark on Quest Items - Elegant Letters +UPDATE `item_template` SET `bonding` = 1 WHERE (`entry` = 17126);