mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-02 14:46:28 -05:00
d2enum: lintfix
This commit is contained in:
parent
a662bbaeb4
commit
352e78ffba
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user