mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-17 09:24:50 +01:00
Updated Hard Core Monsters Schedule Map (markdown)
@@ -17,8 +17,9 @@ Printf("|index| Year|Month|Day|Hour| \n");
|
|||||||
Printf("|--| --|--|--|--| \n");
|
Printf("|--| --|--|--|--| \n");
|
||||||
|
|
||||||
|
|
||||||
|
//adjust the number until it fits
|
||||||
for(i = 0; i <37; i++){
|
local int value = 37;
|
||||||
|
for(i = 0; i <value ; i++){
|
||||||
|
|
||||||
struct{
|
struct{
|
||||||
uint32 year;
|
uint32 year;
|
||||||
|
|||||||
Reference in New Issue
Block a user