Skip to content

Commit 6fcf180

Browse files
committed
Fix event 56
1 parent 266169e commit 6fcf180

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

other/v4-to-v5-events-emojis.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,10 @@
263263
"🪓": "cut"
264264
},
265265
"56": {
266-
"⚫": "",
267-
"❌": "",
268-
"🍸": "",
269-
"🏖️": ""
266+
"⚫": "drinkBlack",
267+
"❌": "refuse",
268+
"🍸": "drinkRandom",
269+
"🏖️": "beach"
270270
},
271271
"57": {
272272
"🌊": "continue",

other/v5-icons.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ def processSmallEvents(data, filename, finalJson):
5252
return data["emote"]
5353

5454
jsonObj = {}
55-
# jsonObj["events"] = processDir("events", processEvents)
55+
jsonObj["events"] = processDir("events", processEvents)
5656
jsonObj["pets"] = processDir("pets", processPets)
57-
jsonObj["smallEvents"] = processDir("smallEvents", processSmallEvents)
57+
jsonObj["small_events"] = processDir("smallEvents", processSmallEvents)
5858

5959
# Map types
6060
mapTypes = {}

0 commit comments

Comments
 (0)