diff --git a/sql/world/base/ipp_aware_npcs.sql b/sql/world/base/ipp_aware_npcs.sql index bb2f9a4..383fa15 100644 --- a/sql/world/base/ipp_aware_npcs.sql +++ b/sql/world/base/ipp_aware_npcs.sql @@ -12,4 +12,7 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_naxx40' WHERE `entry` IN UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk' WHERE `entry` IN (28602, 29611, 34084); -UPDATE `gameobject_template` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `entry` IN (195141); \ No newline at end of file +UPDATE `gameobject_template` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `entry` IN (195141); + +-- Drop source for 2.3 Jewelcrafting Recipe +UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc_t4' WHERE `entry` = 19768; diff --git a/sql/world/base/professions.sql b/sql/world/base/professions.sql index 0e9de9a..58e8490 100644 --- a/sql/world/base/professions.sql +++ b/sql/world/base/professions.sql @@ -45,6 +45,12 @@ WHERE SpellID IN (19052, 19055, 19065, 19071, 19072, 19083, 19091, 19092, 19098, 19102, 19103, 18403, 18407, 18410, 18411, 18413, 18414, 18415, 18416, 18420, 18421, 18424, 18437, 18438, 18441, 18442, 18446, 18449, 18451, 19082, 32455); +-- Patch 2.3 added easy to get catch-up ammo pouches +-- Allow these to remain available for completionists, but make them require having passed TBC progression +UPDATE `npc_trainer` SET `ReqLevel` = 71 WHERE `SpellID` IN (44343, 44344); + +-- Black Sack of Gems was added in late TBC to make it easy to get gems +DELETE FROM `creature_loot_template` WHERE `Entry`=17257 AND `Item`=34846 AND `Reference`=0 AND `GroupId`=0; -- Restore Vendor Formulas