track fish; use new go tooling
This commit is contained in:
parent
7332fd6fad
commit
2bfd19339c
6 changed files with 51 additions and 47 deletions
|
@ -16,7 +16,7 @@ func getEventNames() []string {
|
|||
events := util.Map(experienceIDs, func(i int) string {
|
||||
return fmt.Sprintf("GainExperience_experience_id_%d", i)
|
||||
})
|
||||
events = append(events, "Death", "VehicleDestroy")
|
||||
events = append(events, "Death", "VehicleDestroy", "FishScan")
|
||||
|
||||
return events
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue