[8221] Removed trailing whitespaces

With excluded dep/ - as usual.

Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
freghar 2009-07-20 17:48:42 +02:00
parent 0a7f878eb8
commit cd17ada2e5
14 changed files with 108 additions and 108 deletions

View file

@ -572,7 +572,7 @@ void ObjectMgr::LoadCreatureTemplates()
// used later for scale
CreatureDisplayInfoEntry const* displayScaleEntry = NULL;
if (cInfo->DisplayID_A[0])
{
CreatureDisplayInfoEntry const* displayEntry = sCreatureDisplayInfoStore.LookupEntry(cInfo->DisplayID_A[0]);
@ -6685,7 +6685,7 @@ uint8 ObjectMgr::CheckPlayerName( const std::string& name, bool create )
uint32 strictMask = sWorld.getConfig(CONFIG_STRICT_PLAYER_NAMES);
if(!isValidString(wname,strictMask,false,create))
return CHAR_NAME_MIXED_LANGUAGES;
return CHAR_NAME_SUCCESS;
}