mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 16:04:38 +01:00
extra content
This commit is contained in:
@@ -24,6 +24,7 @@ var aliases = map[uint16][]string{
|
|||||||
10: {"Hiden", "Secret"},
|
10: {"Hiden", "Secret"},
|
||||||
11: {"HunterSupport", "HunterAid", "Support", "Aid", "Royal"},
|
11: {"HunterSupport", "HunterAid", "Support", "Aid", "Royal"},
|
||||||
12: {"NBoost", "NetCafeBoost", "Boost"},
|
12: {"NBoost", "NetCafeBoost", "Boost"},
|
||||||
|
// 13-19 show up as (unknown)
|
||||||
20: {"DEBUG"},
|
20: {"DEBUG"},
|
||||||
21: {"COG_LINK_EXPIRED"},
|
21: {"COG_LINK_EXPIRED"},
|
||||||
22: {"360_GOLD"},
|
22: {"360_GOLD"},
|
||||||
@@ -34,6 +35,7 @@ var aliases = map[uint16][]string{
|
|||||||
27: {"HLRenewing", "HLR", "HLRenewal", "HLRenew", "CardHL"},
|
27: {"HLRenewing", "HLR", "HLRenewal", "HLRenew", "CardHL"},
|
||||||
28: {"EXRenewing", "EXR", "EXRenewal", "EXRenew", "CardEX"},
|
28: {"EXRenewing", "EXR", "EXRenewal", "EXRenew", "CardEX"},
|
||||||
29: {"Free"},
|
29: {"Free"},
|
||||||
|
// 30 = Real NetCafe course
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c Course) Aliases() []string {
|
func (c Course) Aliases() []string {
|
||||||
|
|||||||
6
patch-schema/rights-v4.sql
Normal file
6
patch-schema/rights-v4.sql
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
BEGIN;
|
||||||
|
|
||||||
|
-- Remove Trial Course from all users
|
||||||
|
UPDATE users SET rights = rights-2;
|
||||||
|
|
||||||
|
END;
|
||||||
Reference in New Issue
Block a user