diff --git a/data/sql/updates/pending_db_world/rev_1684493123181040400.sql b/data/sql/updates/pending_db_world/rev_1684493123181040400.sql new file mode 100644 index 000000000..bee579722 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1684493123181040400.sql @@ -0,0 +1,8 @@ +-- +UPDATE `creature_loot_template` SET `GroupId` = 1 WHERE (`Entry` = 17370) AND (`Item` IN (1, 2, 3, 4, 5, 6)); +UPDATE `creature_loot_template` SET `Chance` = 5 WHERE (`Entry` = 17370) AND (`Item` IN (1, 2)); +UPDATE `creature_loot_template` SET `Chance` = 1 WHERE (`Entry` = 17370) AND (`Item` IN (3, 4, 5, 6)); + +UPDATE `creature_loot_template` SET `GroupId` = 1 WHERE (`Entry` = 18620) AND (`Item` IN (1, 2, 3, 4, 5, 6, 7)); +UPDATE `creature_loot_template` SET `Chance` = 5 WHERE (`Entry` = 18620) AND (`Item` IN (1, 2)); +UPDATE `creature_loot_template` SET `Chance` = 1 WHERE (`Entry` = 18620) AND (`Item` IN (3, 4, 5, 6, 7));