fix(DB/reference_loot_template): Drop rate for Princess Theradras (#7900)

This commit is contained in:
Jan M. D. Hansen
2021-09-20 17:49:25 +02:00
committed by GitHub
parent 2b58463622
commit 558f95f1f8

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631734068732546500');
SET @Entry = 35009;
UPDATE `reference_loot_template` SET `Chance` = 13.3 WHERE `Entry` = @Entry AND `Item` IN (17707, 17710, 17711, 17715, 17766);
UPDATE `reference_loot_template` SET `Chance` = 16.6 WHERE `Entry` = @Entry AND `Item` IN (17713, 17714);
UPDATE `reference_loot_template` SET `Chance` = 0.3 WHERE `Entry` = @Entry AND `Item` IN (17780);