Skip to content

Commit 1a67fea

Browse files
committed
Core/Misc: Fix code style
1 parent 9636fb3 commit 1a67fea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/server/game/Entities/Player/Player.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18458,7 +18458,6 @@ void Player::_LoadDailyQuestStatus(PreparedQueryResult result)
1845818458
break;
1845918459
}
1846018460

18461-
1846218461
// save _any_ from daily quest times (it must be after last reset anyway)
1846318462
m_lastDailyQuestTime = time_t(fields[1].GetUInt32());
1846418463

src/server/game/Globals/ObjectAccessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ WorldObject* ObjectAccessor::GetWorldObject(WorldObject const& p, ObjectGuid con
120120
case HighGuid::Pet: return GetPet(p, guid);
121121
case HighGuid::DynamicObject: return GetDynamicObject(p, guid);
122122
case HighGuid::Corpse: return GetCorpse(p, guid);
123-
default: return nullptr;
123+
default: return nullptr;
124124
}
125125
}
126126

0 commit comments

Comments
 (0)