1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 14:37:44 +00:00

fix default damage aspect

This commit is contained in:
NotAdam 2019-02-09 23:07:13 +11:00
parent 087523c72f
commit a6619031f1

View file

@ -57,7 +57,7 @@ namespace Sapphire::Action
* @param chara The chara to inflict damage upon
* @param aspect The aspect of the damage
*/
void damageTarget( uint32_t amount, Entity::Chara& chara, Common::ActionAspect aspect = Common::ActionAspect::Unaspected );
void damageTarget( uint32_t amount, Entity::Chara& chara, Common::ActionAspect aspect = Common::ActionAspect::None );
/*!
* @brief Heals a target and adds the effect entry
* @param amount Amount of healing to apply