fix(DB/Item): Fix Super Reaper Droprate to 30% (#9436)

This commit is contained in:
Ollie Armitage 2021-12-06 21:52:35 +00:00 committed by GitHub
parent 90451c1d3f
commit 25dc613298
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638344006777786435');
UPDATE `creature_loot_template` SET `Chance` = 30 WHERE `item` = 5734;