diff --git a/engine/class_modules/priest/sc_priest.cpp b/engine/class_modules/priest/sc_priest.cpp index 67af16cfa47..0891830634b 100644 --- a/engine/class_modules/priest/sc_priest.cpp +++ b/engine/class_modules/priest/sc_priest.cpp @@ -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 {