mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-22 22:27:56 +03:00
Update Skill Analyzer to MAYHEM Course(Newest)
This commit is contained in:
@@ -24,7 +24,7 @@ export const common: EPR = async (info, data, send) => {
|
||||
let songs = [];
|
||||
|
||||
if (U.GetConfig('unlock_all_songs')) {
|
||||
for (let i = 1; i < 1600; ++i) {
|
||||
for (let i = 1; i < 1700; ++i) {
|
||||
for (let j = 0; j < 5; ++j) {
|
||||
songs.push({
|
||||
music_id: K.ITEM('s32', i),
|
||||
|
||||
Reference in New Issue
Block a user