From b28a5a7656fc1ff117e9d507644d2b71d5addada Mon Sep 17 00:00:00 2001 From: Publik Date: Tue, 24 Sep 2024 18:33:06 -0500 Subject: [PATCH] [Priest] remove manual hotfixes --- engine/class_modules/priest/sc_priest.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/engine/class_modules/priest/sc_priest.cpp b/engine/class_modules/priest/sc_priest.cpp index 150daefa394..0891830634b 100644 --- a/engine/class_modules/priest/sc_priest.cpp +++ b/engine/class_modules/priest/sc_priest.cpp @@ -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 {