summaryrefslogtreecommitdiff
path: root/src/resources/db/itemdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db/itemdb.cpp')
-rw-r--r--src/resources/db/itemdb.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/resources/db/itemdb.cpp b/src/resources/db/itemdb.cpp
index 51fcb69d9..03b23f01d 100644
--- a/src/resources/db/itemdb.cpp
+++ b/src/resources/db/itemdb.cpp
@@ -413,10 +413,6 @@ void ItemDB::loadXmlFile(const std::string &fileName, int &tagNum)
{
if (xmlNameEqual(itemChild, "sprite"))
{
- std::string attackParticle = XML::getProperty(
- itemChild, "particle-effect", "");
- itemInfo->setParticleEffect(attackParticle);
-
loadSpriteRef(itemInfo, itemChild);
}
else if (xmlNameEqual(itemChild, "particlefx"))