Change ingame time day noon gametime

Because most devving happens at 4 am, making screenshots and videos always end up being at night time.
An easy way to change the ingame time to day is to save this to opcode.txt next to worldserver executable and do the command “.debug send opcode”

66//opcode uint32 704//calculated with hours_from_midnight << 6 float 0.00001//speed of time passing uint32 0//unk
Currently the code sets time speed to be very low and the hours is 11 hours from midnight (almost noon).
704 is 11 am and 0 would be 0 am