Core/Misc: Remove trailing whitespace, compile warnings and minor cosmetic changes

This commit is contained in:
Spp
2013-05-21 08:37:28 +02:00
parent d3c2af0f66
commit 00c1168897
24 changed files with 95 additions and 95 deletions
+1 -1
View File
@@ -3531,7 +3531,7 @@ class spell_gen_orc_disguise : public SpellScriptLoader
bool Validate(SpellInfo const* /*spell*/)
{
if (!sSpellMgr->GetSpellInfo(SPELL_ORC_DISGUISE_TRIGGER) || !sSpellMgr->GetSpellInfo(SPELL_ORC_DISGUISE_MALE) ||
if (!sSpellMgr->GetSpellInfo(SPELL_ORC_DISGUISE_TRIGGER) || !sSpellMgr->GetSpellInfo(SPELL_ORC_DISGUISE_MALE) ||
!sSpellMgr->GetSpellInfo(SPELL_ORC_DISGUISE_FEMALE))
return false;
return true;