Skip to content

Commit c39b35e

Browse files
author
Github Actions
committed
Merge 3.3.5 to npcbots_3.3.5
2 parents f284467 + ae1f80c commit c39b35e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server/game/Time/WowTime.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ std::strong_ordering operator<=>(WowTime const& left, WowTime const& right)
161161
if (std::strong_ordering cmp = compareFieldIfSet(&WowTime::_weekDay); advstd::is_neq(cmp))
162162
return cmp;
163163

164-
if (std::strong_ordering cmp = compareFieldIfSet(&WowTime::_year); advstd::is_neq(cmp))
164+
if (std::strong_ordering cmp = compareFieldIfSet(&WowTime::_hour); advstd::is_neq(cmp))
165165
return cmp;
166166

167-
if (std::strong_ordering cmp = compareFieldIfSet(&WowTime::_hour); advstd::is_neq(cmp))
167+
if (std::strong_ordering cmp = compareFieldIfSet(&WowTime::_minute); advstd::is_neq(cmp))
168168
return cmp;
169169

170170
return std::strong_ordering::equal;

0 commit comments

Comments
 (0)