diff options
Diffstat (limited to 'src/Items/ItemSword.h')
-rw-r--r-- | src/Items/ItemSword.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Items/ItemSword.h b/src/Items/ItemSword.h index 773b84388..06543c37e 100644 --- a/src/Items/ItemSword.h +++ b/src/Items/ItemSword.h @@ -50,6 +50,7 @@ public: case dlaBreakBlock: return 2; case dlaBreakBlockInstant: return 0; } + UNREACHABLE("Unsupported durability loss action"); } |