Nostralia / Bugtracker

3 stars 0 forks source link

Fishing: Nightfin/Sunscale event times are off #81

Open ghost opened 6 years ago

ghost commented 6 years ago

Information regarding availability of nightfin/sunscale can be found in a number of places, but one example is the top post at http://db.vanillagaming.org/?item=13759#wh-comments.

The expectation is for nightfin to be fishable at all times except 12pm-6pm, and sunscale to be available at all times except 12am-6am. This is confirmed by the start time of events 47 and 48 in the game_event database table.

I observed tonight successfully fishing nightfin just after 9pm server time, only to disappear and be replaced by sunscale at sometime no later than 10pm. Given that this roughly corresponds to around 12pm GMT+0, I suspect either:

ghost commented 6 years ago

Just noted a possible cause: that GameEventMgr::LoadFromDB() uses function UNIX_TIMESTAMP, which seems to return a UTC time. Thanks.