Skip to content

Commit e62572b

Browse files
authored
change byte to character
1 parent 97db952 commit e62572b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/raidboss/data/07-dt/eureka/occult_crescent_south_horn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const triggerSet: TriggerSet<Data> = {
118118
{
119119
id: 'Occult Crescent Phantom Job Tracker',
120120
// data0 also contains a Phantom Job id and level, it's supposed to be two bytes but has weird padding in logs
121-
// Expecting first two bytes to be the Phantom Job id, and the later two to be the level
121+
// Expecting first two characters to be part of Phantom Job id, and the later two to be the level
122122
// First digit is the job:
123123
// Thief = C
124124
// Oracle = B

0 commit comments

Comments
 (0)