Fix(DB/Item) Bonereaver's Edge proc should be 2 ppm. (#11508)

This commit is contained in:
temperrr
2022-04-26 00:50:48 +02:00
committed by GitHub
parent f53d0808d4
commit 867a23b1f1

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1650789793340379741');
UPDATE `item_template` SET `spellppmRate_1` = 2 WHERE `entry` = 17076;