smaitch / Grail

World of Warcraft addon to provide a database of quest information.
31 stars 20 forks source link

Sl beta #255

Closed yoshimo closed 3 years ago

yoshimo commented 3 years ago

Mostly just P:0 and a few comments. More new , possible tracking quests are inside the next data upload

smaitch commented 3 years ago

I believe the push that I just made handles these changes. You should see if the only change between my push and your changes is the position of some of the P:0 codes. If that is that case you might want to close this PR.

yoshimo commented 3 years ago

@smaitch I see

G[62285]='L3947775 A:174922 T:174922 P:0 E35522'    -- not always there
G[62284]='L3947775 A:174922 T:174922 P:62704+0 E35938'  -- TODO: Yoshimo: verify 62704, not always there

out of order

G[63065]='L0 E37142'
G[63065]='L0 E37142'

is inserted twice

and we disagree on one quest

Smaitch:

G[60267]='A:100178585 T:1351877 OAC:59996 ODC:62967'

Yoshimo:

G[60267]='A:100178585 OAC:59996 ODC:62967 P:0'

but other than that it is a perfect match ;)