From c5ea8a747899c9930d72b01773442877dd890c42 Mon Sep 17 00:00:00 2001 From: ZhengPeiRu21 <98835050+ZhengPeiRu21@users.noreply.github.com> Date: Sat, 18 Feb 2023 21:23:02 -0700 Subject: [PATCH] fix(DB/Creature): Andormu should not sell ammunition (#15090) --- data/sql/updates/pending_db_world/rev_1676678339159333800.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1676678339159333800.sql diff --git a/data/sql/updates/pending_db_world/rev_1676678339159333800.sql b/data/sql/updates/pending_db_world/rev_1676678339159333800.sql new file mode 100644 index 000000000..4f498beeb --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1676678339159333800.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `npc_vendor` WHERE `entry` = 20130; +UPDATE `creature_template` SET `npcflag` = `npcflag`&~(128) WHERE `entry` = 20130;