-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cata] tag wotlk S5 honor weapons as never available #1886
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To avoid merge conflicts, you can upload only the modified source files, and the file in the db folder will be automatically generated when releasing.
For pull requests I'd advise not including Categories or LocalizationDB since those files tend to have a lot of merge conflicts. Also for these items, you have the CREATED timestamp, but not when it was ADDED to the game. These appearances should be available in Retail. Just gotta figure out which build to use. |
It was never added, even in retail. You can only get them with arsenal (which is correctly done already). You think I need to add the ADDED version from this arsenal addition ? |
f2a1612
to
577806c
Compare
I'm not entirely sure. It looks like the arsenal itself uses a SYMLINK to this header to fill its contents. Since it was added in 7.2.0 according to its timeline, it should be appropriate to add that timeline to the weapons after their CREATED timeline entry. If we don't, those items will be marked as NYI in retail as well since SYM links only refer to external sources, not infer and replace timeline values for those sources. |
Done, but I don't see any diff in retail tooltips ! |
@@ -101,108 +101,108 @@ root(ROOTS.PVP, applyclassicphase(WRATH_PHASE_ONE, run(MarkOfWHOOOWHATNow, bubbl | |||
}), | |||
-- Savage Gladiator weapons have never been implemented | |||
i(42557, { -- Savage Gladiator's Barrier | |||
["timeline"] = { CREATED_3_0_2 }, | |||
["timeline"] = { CREATED_3_0_2, ADDED_7_2_0 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ImUnicke Could you please help clarify, when "created" and "added" exist at the same time, will NYI be applied when the created timeline is true and the added timeline is false, and will NYI not be applied when the created timeline is true and the added timeline is true?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested on cata classic
on retail, items are not flagged correctly because they were added in 7.x into the weapon arsenal, I suppose some specific flag should be added