remove unneded comment

This commit is contained in:
Aokromes
2017-04-16 16:10:33 +02:00
parent 6fef0d2eb2
commit 8288f34778

View File

@@ -164,7 +164,7 @@ void WorldSession::SendTrainerList(ObjectGuid guid, const std::string& strTitle,
{
TrainerSpell const* tSpell = &itr->second;
if (index && tSpell->Index != index) // *** Added Index check here
if (index && tSpell->Index != index)
continue;
bool valid = true;