Skip to content
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

Deprecated Item Restoration Part 2 #1465

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

VictoriumWoW
Copy link
Contributor

Adds even more deprecated and unused items back into the game, as well as restores some items back to their original names/versions. Also fixes some displayIDs for pre-existing items like Scarlet Insignia Rings.

@VictoriumWoW
Copy link
Contributor Author

I feel like something went very wrong in the process of uploading this pull request. If need be, I'll send the source code of the commit.

end if;

-- 22/11/2024 1
if (select count(*) from applied_updates where id='111120241') = 0 then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like you are using the wrong id here (should be 221120241) and also forgot to add insert into applied_updates values ('221120241'); at the end of the update block.

@VictoriumWoW
Copy link
Contributor Author

That seems to have fixed it, thanks. For some clarification, I think that id was correct since that matches the date I originally started working on the commit, but I changed it to today to be sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants