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 24, 2024
1 parent edd4625 commit b28a5a7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions engine/class_modules/priest/sc_priest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4224,17 +4224,6 @@ struct priest_module_t final : public module_t
}
void register_hotfixes() const override
{
hotfix::register_effect( "Priest", "2024-09-20", "Direct damage increased by 4%", 179717, hotfix::HOTFIX_FLAG_LIVE )
.field( "base_value" )
.operation( hotfix::HOTFIX_SET )
.modifier( 10 )
.verification_value( 6 );
hotfix::register_effect( "Priest", "2024-09-20", "Periodic damage increased by 4%", 191068,
hotfix::HOTFIX_FLAG_LIVE )
.field( "base_value" )
.operation( hotfix::HOTFIX_SET )
.modifier( 10 )
.verification_value( 6 );
}
void combat_begin( sim_t* ) const override
{
Expand Down

0 comments on commit b28a5a7

Please sign in to comment.