mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-28 12:17:46 +00:00
missing damage
This commit is contained in:
parent
9a9ce6d02e
commit
ade2a21631
1 changed files with 2 additions and 0 deletions
|
@ -168,6 +168,8 @@ void EffectResult::execute()
|
||||||
switch( m_type )
|
switch( m_type )
|
||||||
{
|
{
|
||||||
case Common::ActionEffectType::Damage:
|
case Common::ActionEffectType::Damage:
|
||||||
|
case Common::ActionEffectType::BlockedDamage:
|
||||||
|
case Common::ActionEffectType::ParriedDamage:
|
||||||
{
|
{
|
||||||
m_target->takeDamage( m_value );
|
m_target->takeDamage( m_value );
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue