mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core/Misc: Fix code style
This commit is contained in:
@@ -18458,7 +18458,6 @@ void Player::_LoadDailyQuestStatus(PreparedQueryResult result)
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
// save _any_ from daily quest times (it must be after last reset anyway)
|
||||
m_lastDailyQuestTime = time_t(fields[1].GetUInt32());
|
||||
|
||||
|
||||
@@ -120,7 +120,7 @@ WorldObject* ObjectAccessor::GetWorldObject(WorldObject const& p, ObjectGuid con
|
||||
case HighGuid::Pet: return GetPet(p, guid);
|
||||
case HighGuid::DynamicObject: return GetDynamicObject(p, guid);
|
||||
case HighGuid::Corpse: return GetCorpse(p, guid);
|
||||
default: return nullptr;
|
||||
default: return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user