From 112d1adff2ab17025f867044f18751cb821862aa Mon Sep 17 00:00:00 2001 From: mpfans Date: Thu, 2 Sep 2021 19:14:09 +0800 Subject: [PATCH] fix(DB/Creature): fumblub gearwind loot (#7658) Fumblub Gearwind (npc id 32358) should be engineering can looted,not Skinning --- data/sql/updates/pending_db_world/rev_1630408758407961382.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1630408758407961382.sql diff --git a/data/sql/updates/pending_db_world/rev_1630408758407961382.sql b/data/sql/updates/pending_db_world/rev_1630408758407961382.sql new file mode 100644 index 000000000..e37a9f20e --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1630408758407961382.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630408758407961382'); + +UPDATE `creature_template` SET `type_flags` = 34816 WHERE `entry` = 32358;