File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,4 +57,4 @@ TimeIsTime.SpeedRate = 1.0
57
57
# Midnight = 24:00:00 :: 1213920000
58
58
#####################################################################################################
59
59
TimeIsTime.TimeStart = 0
60
- TimeIsTime.HourOffset = 0
60
+ TimeIsTime.HourOffset = 0.0
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ class TimeIsTimeBeforeConfigLoad : public WorldScript {
26
26
stimeistime_enable = sConfigMgr ->GetBoolDefault (" TimeIsTime.Enable" , true );
27
27
stimeistime_announce = sConfigMgr ->GetBoolDefault (" TimeIsTime.Announce" , true );
28
28
stimeistime_speed_rate = sConfigMgr ->GetFloatDefault (" TimeIsTime.SpeedRate" , 1.0 );
29
- stimeistime_hour_offset = sConfigMgr ->GetFloatDefault (" TimeIsTime.HourOffset" , 1 .0 );
30
- stimeistime_time_start = sConfigMgr ->GetIntDefault (" TimeIsTime.TimeStart" , 1. 0 );
29
+ stimeistime_hour_offset = sConfigMgr ->GetFloatDefault (" TimeIsTime.HourOffset" , 0 .0 );
30
+ stimeistime_time_start = sConfigMgr ->GetIntDefault (" TimeIsTime.TimeStart" , 0 );
31
31
}
32
32
};
33
33
You can’t perform that action at this time.
0 commit comments