Skip to content

Commit 1df599c

Browse files
committed
[Paladin] add expression for divine hammer icd
1 parent 79aadae commit 1df599c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

engine/class_modules/paladin/sc_paladin.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5473,6 +5473,10 @@ std::unique_ptr<expr_t> paladin_t::create_expression( util::string_view name_str
54735473
{
54745474
return make_fn_expr( "sacred_weapon", []() { return armament::SACRED_WEAPON; } );
54755475
}
5476+
if ( splits[ 0 ] == "divine_hammer_icd_remains" )
5477+
{
5478+
return make_fn_expr( "divine_hammer_icd_remains", [this]() { return cooldowns.divine_hammer_icd->remains(); } );
5479+
}
54765480

54775481
struct judgment_holy_power_expr_t : public paladin_expr_t
54785482
{

0 commit comments

Comments
 (0)