Skip to content

Commit

Permalink
change recurring course names
Browse files Browse the repository at this point in the history
  • Loading branch information
sekaiwish committed Nov 4, 2022
1 parent e4ac849 commit a99fa78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
{"Name": "HunterSupport", "Enabled": false},
{"Name": "NBoost", "Enabled": false},
{"Name": "NetCafe", "Enabled": true},
{"Name": "HLContinue", "Enabled": true},
{"Name": "EXContinue", "Enabled": true}
{"Name": "HLRenewing", "Enabled": true},
{"Name": "EXRenewing", "Enabled": true}
],
"Database": {
"Host": "localhost",
Expand Down
4 changes: 2 additions & 2 deletions network/mhfpacket/msg_sys_update_right.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ func Courses() []Course {
{Aliases: []string{"NBoost", "NetCafeBoost", "Boost"}, ID: 12},
// 13-25 do nothing
{Aliases: []string{"NetCafe", "Cafe", "InternetCafe"}, ID: 26},
{Aliases: []string{"HLContinue", "HLC"}, ID: 27},
{Aliases: []string{"EXContinue", "EXC"}, ID: 28},
{Aliases: []string{"HLRenewing", "HLR", "HLRenewal", "HLRenew"}, ID: 27},
{Aliases: []string{"EXRenewing", "EXR", "EXRenewal", "EXRenew"}, ID: 28},
{Aliases: []string{"Free"}, ID: 29},
// 30 = real netcafe bit
}
Expand Down

0 comments on commit a99fa78

Please sign in to comment.