fix(DB/Creature): fumblub gearwind loot (#7658)

Fumblub Gearwind (npc id 32358) should be engineering can looted,not Skinning
This commit is contained in:
mpfans
2021-09-02 19:14:09 +08:00
committed by GitHub
parent 514509ea1c
commit 112d1adff2

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630408758407961382');
UPDATE `creature_template` SET `type_flags` = 34816 WHERE `entry` = 32358;