add raviente broadcast translations

This commit is contained in:
wish
2022-11-12 10:43:53 +11:00
parent a9c1ab80b8
commit 624fc70910
2 changed files with 9 additions and 3 deletions

View File

@@ -318,11 +318,11 @@ func (s *Server) BroadcastRaviente(ip uint32, port uint16, stage []byte, _type u
var text string
switch _type {
case 2:
text = "<Great Slaying: Berserk> is being held!"
text = s.dict["ravienteBerserk"]
case 4:
text = "<Great Slaying: Extreme> is being held!"
text = s.dict["ravienteExtreme"]
case 5:
text = "<Great Slaying: Berserk Practice> is being held!"
text = s.dict["ravienteBerserkSmall"]
default:
s.logger.Error("Unk raviente type", zap.Uint8("_type", _type))
}