diff options
Diffstat (limited to 'src/actions')
-rw-r--r-- | src/actions/commands.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
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; } |