diff --git a/sql/world/base/professions.sql b/sql/world/base/professions.sql index 58e8490..5af857a 100644 --- a/sql/world/base/professions.sql +++ b/sql/world/base/professions.sql @@ -888,4 +888,7 @@ INSERT INTO npc_vendor (entry, slot, item) VALUES (18774, 0, 23130); -- Delete added riding trainers DELETE FROM creature WHERE `id1` IN (35093, 35100); -DELETE FROM creature_addon WHERE `guid` IN (88165, 88166); \ No newline at end of file +DELETE FROM creature_addon WHERE `guid` IN (88165, 88166); + +-- Remove TBC Gems from Prospecting Vanilla ore +DELETE FROM `prospecting_loot_template` WHERE `Entry`=10620 AND `Item`=1;