mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Rename optional_tbc_heroic_dungeon_keys_nerf.sql to zz_optional_tbc_heroic_dungeon_keys_nerf.sql
consistency
This commit is contained in:
@@ -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.
|
Optional change. Obtaining keys for heroic dungeons in The Burning Crusade is conditional on having corresponding reputation at Revered rank.
|
||||||
This rep nerf was officially implemented in patch 2.3 (Zul'Aman raid content, 2008).
|
This reduces the reputation requirements to obtain keys to Honored and thus allows you to go to heroic dungeons more quickly.
|
||||||
Sql edit example: RequiredReputationRank = 6 for Revered, 5 for Honored, 4 for Friendly */
|
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` = 30622; -- Honor Hold, Flamewrought Key
|
||||||
UPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE `entry` = 30623; -- Cenarion Expedition, Reservoir Key
|
UPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE `entry` = 30623; -- Cenarion Expedition, Reservoir Key
|
||||||
Reference in New Issue
Block a user