mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Loot): Adjust Ancient Gem Vein loot table. (#19097)
Init. https: //github.com/cmangos/tbc-db/commit/2f458511c4e9d02b5a90891c706ce86b0c3b8013 Co-authored-by: AnonXS <19734826+AnonXS@users.noreply.github.com>
This commit is contained in:
6
data/sql/updates/pending_db_world/hyjal-gem-veins.sql
Normal file
6
data/sql/updates/pending_db_world/hyjal-gem-veins.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
UPDATE `gameobject_loot_template` SET `Reference` = 13002, `Chance` = 20 WHERE `Entry` = 26862 AND `Reference` = 12901; -- Rare gems, reference currently unused I think
|
||||
UPDATE `gameobject_loot_template` SET `MaxCount` = 3 WHERE `Entry` = 26862 AND `Item` = 34907; -- Shattered gem fragments
|
||||
|
||||
UPDATE `gameobject_loot_template` SET `Chance` = 50 WHERE `Entry` = 26862 AND `Reference` = 12903; -- Epic gems
|
||||
-- Rare gem reference
|
||||
UPDATE `reference_loot_template` SET `MaxCount` = 2 WHERE `Entry` = 13002;
|
||||
Reference in New Issue
Block a user