diff --git a/data/sql/updates/pending_db_world/rev_1633435634247708496.sql b/data/sql/updates/pending_db_world/rev_1633435634247708496.sql new file mode 100644 index 000000000..9357a3429 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1633435634247708496.sql @@ -0,0 +1,9 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633435634247708496'); + +-- Giant Clam(2264) Vile reef loot fixes + +-- Increased the loot chance for Blue Pearl(4611) to 100% +UPDATE `gameobject_loot_template` SET `Chance` = 100 WHERE (`Entry` = 2264) AND (`Item` = 4611); +-- Increased the loot chance for Giant Clam Meat(4655) to 35% and moved to another group id as the groupid 2 is always Blue Pearl +UPDATE `gameobject_loot_template` SET `Chance` = 35, `GroupId` = 1 WHERE (`Entry` = 2264) AND (`Item` = 4655); +