summaryrefslogtreecommitdiff
path: root/src/statuseffect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/statuseffect.cpp')
-rw-r--r--src/statuseffect.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statuseffect.cpp b/src/statuseffect.cpp
index be173b023..7a0020579 100644
--- a/src/statuseffect.cpp
+++ b/src/statuseffect.cpp
@@ -128,6 +128,7 @@ void StatusEffect::load()
unload();
loadXmlFile(paths.getStringValue("statusEffectsFile"));
+ loadXmlFile(paths.getStringValue("statusEffectsPatchFile"));
mLoaded = true;
}