From f494a0e08ada527827fe41c7d98e2791f915ab40 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Aug 2016 22:25:15 +0300 Subject: Cast skill depend on selected cast type. --- src/actions/commands.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/actions') diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp index 98a66df0e..1016ee6cb 100644 --- a/src/actions/commands.cpp +++ b/src/actions/commands.cpp @@ -1143,7 +1143,8 @@ impHandler(skill) AutoTarget_true, level, false, - ""); + "", + CastType::Default); } else { @@ -1151,7 +1152,8 @@ impHandler(skill) AutoTarget_true, level, true, - text); + text, + CastType::Default); } return true; } -- cgit v1.2.3-60-g2f50