fix(DB/Item): Include no-disenchant and refund flags to Savage Weapons (#25440)

This commit is contained in:
Apatia
2026-06-01 22:11:30 +02:00
committed by GitHub
parent 482d348f50
commit d0d3c0be26
@@ -0,0 +1,3 @@
--
-- Savage weapon flags: no-disenchant and ability to sell them back to vendors for refund
UPDATE `item_template` SET `Flags` = `Flags`|4096|32768 WHERE `entry` IN (42356,42511,42557,42221,42295,42212,42206,42294,42523,42382,44416,42344,42297,42535,42213,42446,42574,42575,42576,42219,42220,42611,42612,42445,42215,42296,42517,42222,42223,42568,42529,42218,42447,42556,42216,42217,42618,42224,42388,42343,42448,42593,42594,42595,42444,44415,42214);