From 961ea47cf1999c85ec768c7cf9452bc9aa89fef7 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:40:54 +0200 Subject: [PATCH] fix(DB/Creature): Add vendor food flags to Boots & Gant (#17641) --- data/sql/updates/pending_db_world/rev_1699081574664733400.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1699081574664733400.sql diff --git a/data/sql/updates/pending_db_world/rev_1699081574664733400.sql b/data/sql/updates/pending_db_world/rev_1699081574664733400.sql new file mode 100644 index 000000000..359c7ee0e --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1699081574664733400.sql @@ -0,0 +1,2 @@ +-- Boots & Gant +UPDATE `creature_template` SET `npcflag` = `npcflag`|512 WHERE `entry` IN (19617,19572);