mirror of
https://github.com/notwa/mm
synced 2024-11-05 00:39:02 -08:00
data
finishing up side quests and such
This commit is contained in:
parent
f1602b1ab2
commit
372a549f81
3 changed files with 15 additions and 0 deletions
|
@ -119,4 +119,6 @@ return {
|
|||
[207] = true,
|
||||
[210] = true,
|
||||
[211] = true,
|
||||
[212] = true,
|
||||
[213] = true,
|
||||
}
|
||||
|
|
|
@ -1,12 +1,21 @@
|
|||
return {
|
||||
[0] = true,
|
||||
[1] = true,
|
||||
[2] = true,
|
||||
[4] = true,
|
||||
[6] = true,
|
||||
[7] = true,
|
||||
[10] = true,
|
||||
[11] = true,
|
||||
[12] = true,
|
||||
[13] = true,
|
||||
[14] = true,
|
||||
[15] = true,
|
||||
[16] = true,
|
||||
[17] = true,
|
||||
[18] = true,
|
||||
[21] = true,
|
||||
[23] = true,
|
||||
[24] = true,
|
||||
[27] = true,
|
||||
[29] = true,
|
||||
|
@ -23,4 +32,6 @@ return {
|
|||
[50] = true,
|
||||
[51] = true,
|
||||
[55] = true,
|
||||
[56] = true,
|
||||
[57] = true,
|
||||
}
|
||||
|
|
|
@ -23,7 +23,9 @@ return {
|
|||
[159] = true,
|
||||
[163] = true,
|
||||
[184] = true,
|
||||
[185] = true,
|
||||
[190] = true,
|
||||
[191] = true,
|
||||
[192] = true,
|
||||
[193] = true,
|
||||
[194] = true,
|
||||
|
|
Loading…
Reference in a new issue