Skip to content

Commit f99007a

Browse files
Revert "TimeUntil (NA): Add rum runner watermelon"
This reverts commit d4dbc65.
1 parent 51a4698 commit f99007a

2 files changed

Lines changed: 0 additions & 13 deletions

File tree

timeuntil/EventNames.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ eventsName = {
2626
Akasch = "Ифнир",
2727
Prairie = "Луг",
2828
Wonderland = "Чудесариум",
29-
Watermelon = "Watermelon",
3029
Scramble = "Scramble",
3130
GM_Dragon = "GM Dragon",
3231
Maintenance = "Maintenance",
@@ -50,7 +49,6 @@ eventsName = {
5049
Akasch = "Akasch",
5150
Prairie = "Prairie",
5251
Wonderland = "Wonderland",
53-
Watermelon = "Watermelon",
5452
Scramble = "Scramble",
5553
GM_Dragon = "GM Dragon",
5654
Maintenance = "Maintenance",
@@ -74,7 +72,6 @@ eventsName = {
7472
Akasch = "守山",
7573
Prairie = "大草原",
7674
Wonderland = "Wonderland",
77-
Watermelon = "Watermelon",
7875
Scramble = "Scramble",
7976
GM_Dragon = "GM Dragon",
8077
Maintenance = "Maintenance",

timeuntil/NATimers.lua

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,4 @@ naServerEvents = {
115115
[eventsName[locale].Maintenance] = {
116116
{ times = { { hour = 7, minute = 0, duration = 40 } }, days = { 3 } },
117117
},
118-
[eventsName[locale].Watermelon] = {
119-
{
120-
times = {
121-
{ hour = 0, minute = 0, duration = 5 },
122-
{ hour = 14, minute = 0, duration = 5 },
123-
{ hour = 19, minute = 0, duration = 5 },
124-
},
125-
days = { 1, 2, 3, 4, 5, 6, 7 },
126-
},
127-
},
128118
}

0 commit comments

Comments
 (0)