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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unbreak campaign prizes, vault, fah #550

Merged
merged 21 commits into from Feb 18, 2019
Merged

Conversation

bls1999
Copy link
Collaborator

@bls1999 bls1999 commented Feb 6, 2019

The query in the CRON was breaking campaign prizes updates, so I fixed it and made it update hourly instead of every minute (the campaign will never be changing that frequently). Additionally, admins can now manually update the campaign prizes with /debug campaign refresh, so there's no need for this.

Things that should also be quick:

  • PR2 v153.1 is up at the client repo
  • Please make a new permanent private server for guild id no. 205 (Beta Testers) so that I can start pushing betas to JV2 for testing
  • Tournament server is down
  • Random question: what is the title/artist of the original Baking Games intro song?
  • Please run this query on the database to prevent errors:
ALTER TABLE pr2
  CHANGE hat_array hat_array varchar(1000) NOT NULL DEFAULT '1',
  CHANGE head_array head_array varchar(1000) NOT NULL DEFAULT '1,2,3,4,5,6,7,8,9',
  CHANGE body_array body_array varchar(1000) NOT NULL DEFAULT '1,2,3,4,5,6,7,8,9',
  CHANGE feet_array feet_array varchar(1000) NOT NULL DEFAULT '1,2,3,4,5,6,7,8,9';

ALTER TABLE epic_upgrades
  CHANGE epic_hats epic_hats varchar(1000),
  CHANGE epic_heads epic_heads varchar(1000),
  CHANGE epic_bodies epic_bodies varchar(1000),
  CHANGE epic_feet epic_feet varchar(1000);

Things that won't be as quick but need to be fixed:

  • The email issue with hotmail/live email addresses is still a thing (the email I sent you with the subject "URGENT: Emails undeliverable to hotmail/outlook/live addresses"

Wishful thinking:

  • Please consider giving me limited SSH/DB access so I can perform administrative tasks such as pushing new updates and diagnosing server problems.
  • Please restore the recent_logins table. This will continue to help us do our jobs diligently [with IP comparison], and will also allow us to verify more account recoveries. With PRF on the horizon, we want to be able to process as many of these as we can. 馃檹

@bls1999 bls1999 changed the title [Quick Merge] Unbreak Campaign [Quick Merge] Unbreak Campaign Prizes Feb 6, 2019
@bls1999 bls1999 changed the title [Quick Merge] Unbreak Campaign Prizes [Quick Merge] Unbreak campaign prizes, vault Feb 6, 2019
@bls1999 bls1999 changed the title [Quick Merge] Unbreak campaign prizes, vault [Quick Merge] Unbreak campaign prizes, vault, fah Feb 7, 2019
Already disabled in login.php, this just disables it here
@bls1999 bls1999 changed the title [Quick Merge] Unbreak campaign prizes, vault, fah Unbreak campaign prizes, vault, fah Feb 15, 2019
@EternalUF
Copy link
Contributor

Wooo, hopefully, this fixes alllll of the bugs @jacob-grahn :p

@bls1999 bls1999 merged commit 53f9c2b into jacob-grahn:master Feb 18, 2019
@bls1999 bls1999 deleted the patch-2 branch February 18, 2019 02:01
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.

None yet

3 participants