mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
remove unneded comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user