From b3244c724f6d5f8e886883948eb87b8f8aeea920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E4=BD=A9=E8=8C=B9?= Date: Thu, 15 Sep 2022 16:23:08 -0600 Subject: [PATCH] Remove TBC gems from prospecting vanilla ore --- sql/world/base/professions.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;