d2enum: lintfix

This commit is contained in:
M. Sz 2021-03-11 09:29:08 +01:00
parent a662bbaeb4
commit 352e78ffba
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ const (
WeaponClassTwoHandToHand // ht2
)
// Name returns a full name of weapon class
func (w WeaponClass) Name() string {
strings := map[WeaponClass]string{
WeaponClassNone: "None",