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

[DB] Kalu'ak Fishing Derby #20186

Open
manstfu opened this issue Oct 12, 2024 · 0 comments
Open

[DB] Kalu'ak Fishing Derby #20186

manstfu opened this issue Oct 12, 2024 · 0 comments

Comments

@manstfu
Copy link

manstfu commented Oct 12, 2024

Current Behaviour

image

Event Kalu'ak Fishing Derby has wrong starting time, it should start at 14:00pm server time based on in-game calendar, currently it starts at 20:00pm

UPDATE `game_event` SET `start_time` = '2014-03-22 19:00:00', `end_time` = '2030-12-31 12:00:00' WHERE `eventEntry` = 63;
UPDATE `game_event` SET `start_time` = '2014-03-22 20:00:00', `end_time` = '2030-12-31 12:00:00' WHERE `eventEntry` = 64;

Expected Blizzlike Behaviour

Start based on in-game calendar time

  • event 63 should start at 13:00pm
  • event 64 should start at 14:00pm

Source

https://www.youtube.com/watch?v=ArVjLHbFuCo notice server time under radar

Steps to reproduce the problem

Wait till saturday 20:00pm server time

Extra Notes

Posible fix:

UPDATE `game_event` SET `start_time` = '2014-03-22 13:00:00' WHERE `eventEntry` = 63;
UPDATE `game_event` SET `start_time` = '2014-03-22 14:00:00' WHERE `eventEntry` = 64;

AC rev. hash/commit

rev. 9487b30

Operating system

Debian 12

Custom changes or Modules

No response

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

No branches or pull requests

2 participants