From 502704efcd481d723199936dd9c95a48711fb82d Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Sun, 11 May 2025 14:08:28 +0200 Subject: [PATCH] Rename optional_tbc_heroic_dungeon_keys_nerf.sql to zz_optional_tbc_heroic_dungeon_keys_nerf.sql consistency --- ...ql => zz_optional_tbc_heroic_dungeon_keys_nerf.sql} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename sql/world/base/{optional_tbc_heroic_dungeon_keys_nerf.sql => zz_optional_tbc_heroic_dungeon_keys_nerf.sql} (58%) diff --git a/sql/world/base/optional_tbc_heroic_dungeon_keys_nerf.sql b/sql/world/base/zz_optional_tbc_heroic_dungeon_keys_nerf.sql similarity index 58% rename from sql/world/base/optional_tbc_heroic_dungeon_keys_nerf.sql rename to sql/world/base/zz_optional_tbc_heroic_dungeon_keys_nerf.sql index f48363d..6227e74 100644 --- a/sql/world/base/optional_tbc_heroic_dungeon_keys_nerf.sql +++ b/sql/world/base/zz_optional_tbc_heroic_dungeon_keys_nerf.sql @@ -1,7 +1,9 @@ -/* Optional change. Obtaining keys for heroic dungeons in The Burning Crusade is conditional on having corresponding reputation at Revered rank. - This reduces the reputation requirements to obtain keys to Honored and thus allows you to go to heroic dungeons more quickly. - This rep nerf was officially implemented in patch 2.3 (Zul'Aman raid content, 2008). - Sql edit example: RequiredReputationRank = 6 for Revered, 5 for Honored, 4 for Friendly */ +/* + Optional change. Obtaining keys for heroic dungeons in The Burning Crusade is conditional on having corresponding reputation at Revered rank. + This reduces the reputation requirements to obtain keys to Honored and thus allows you to go to heroic dungeons more quickly. + This rep nerf was officially implemented in patch 2.3 (Zul'Aman raid content, 2008). + Sql edit example: RequiredReputationRank = 6 for Revered, 5 for Honored, 4 for Friendly +*/ UPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE `entry` = 30622; -- Honor Hold, Flamewrought Key UPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE `entry` = 30623; -- Cenarion Expedition, Reservoir Key