summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemSword.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Items/ItemSword.h')
-rw-r--r--src/Items/ItemSword.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemSword.h b/src/Items/ItemSword.h
index 1a17023ef..b90965535 100644
--- a/src/Items/ItemSword.h
+++ b/src/Items/ItemSword.h
@@ -44,7 +44,7 @@ public:
}
- virtual short GetDurabilityLostWithThatAction(eDurabilityLostAction a_Action) override
+ virtual short GetDurabilityLossByAction(eDurabilityLostAction a_Action) override
{
switch (a_Action)
{