Skip to content

Commit

Permalink
[Priest] remove manual hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpeters86 committed Sep 17, 2024
1 parent 6950f5a commit 29107b7
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions engine/class_modules/priest/sc_priest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4224,25 +4224,6 @@ struct priest_module_t final : public module_t
}
void register_hotfixes() const override
{
hotfix::register_effect( "Priest", "2024-09-13", "Direct damage increased by 6%", 179717, hotfix::HOTFIX_FLAG_LIVE )
.field( "base_value" )
.operation( hotfix::HOTFIX_SET )
.modifier( 6 )
.verification_value( 0 );

hotfix::register_effect( "Priest", "2024-09-13", "Periodic damage increased by 6%", 191068,
hotfix::HOTFIX_FLAG_LIVE )
.field( "base_value" )
.operation( hotfix::HOTFIX_SET )
.modifier( 6 )
.verification_value( 0 );

hotfix::register_effect( "Priest", "2024-09-13", "Psychic Link coeff reduced to 25%", 293563,
hotfix::HOTFIX_FLAG_LIVE )
.field( "base_value" )
.operation( hotfix::HOTFIX_SET )
.modifier( 25 )
.verification_value( 30 );
}
void combat_begin( sim_t* ) const override
{
Expand Down

0 comments on commit 29107b7

Please sign in to comment.