summaryrefslogtreecommitdiff
path: root/src/gui/windows/skilldialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/skilldialog.cpp')
-rw-r--r--src/gui/windows/skilldialog.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/windows/skilldialog.cpp b/src/gui/windows/skilldialog.cpp
index f42ce92ff..7a34ab4f7 100644
--- a/src/gui/windows/skilldialog.cpp
+++ b/src/gui/windows/skilldialog.cpp
@@ -391,7 +391,9 @@ void SkillDialog::loadXmlFile(const std::string &fileName,
data->particle = XML::getProperty(
node, "particle", "");
data->castingAnimation = XML::getProperty(
- node, "castingAnimation", "");
+ node,
+ "castingAnimation",
+ paths.getStringValue("skillCastingAnimation"));
data->soundHit.sound = XML::getProperty(
node, "soundHit", "");