We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a30909d + aca687b commit b101ac5Copy full SHA for b101ac5
1 file changed
WCSharp.Api/unit.cs
@@ -390,7 +390,7 @@ internal unit()
390
/// @CSharpLua.Template = "UnitMakeAbilityPermanent({this}, {1}, {0})"
391
public extern bool SetAbilityPermanent(int abilityId, bool permanent);
392
/// @CSharpLua.Template = "BlzDeleteHeroAbility({this}, {0})"
393
- public extern bool DeleteHeroAbility(int abilityId);
+ public extern void DeleteHeroAbility(int abilityId);
394
395
/// @CSharpLua.Template = "UnitRemoveBuffs({this}, {0}, {1})"
396
public extern void RemoveBuffs(bool positive, bool negative);
0 commit comments