From f5ccf6d55d650370ee85d92d9f2ed747ed41e200 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 9 Apr 2015 18:57:45 +0300 Subject: Add to skills miss effect. New skill attribute missEffectId. --- src/enums/being/attacktype.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/enums/being') diff --git a/src/enums/being/attacktype.h b/src/enums/being/attacktype.h index 02379e60a..d04f88ed9 100644 --- a/src/enums/being/attacktype.h +++ b/src/enums/being/attacktype.h @@ -40,7 +40,8 @@ namespace AttackType CRITICAL = 10, FLEE = 11, TOUCH_SKILL = 12, - MISS = 0xffff // pseudo value for miss attacks + MISS = 0xffff, // pseudo value for miss attacks + SKILLMISS // pseudo value for skill miss attacks }; } // namespace AttackType -- cgit v1.2.3-60-g2f50