fix(DB/reference_loot_template): Drop rate for Princess Theradras (#7900)
This commit is contained in:
parent
2b58463622
commit
558f95f1f8
1 changed files with 7 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue