[12146] Implement spell 30769

This commit is contained in:
Schmoozerd 2012-08-29 23:15:47 +02:00 committed by Antz
parent c8ebd1678e
commit 705f716cb1
4 changed files with 12 additions and 2 deletions

View file

@ -7967,7 +7967,7 @@ bool PlayerCondition::Meets(Player const* player) const
// Check that on proper map
if (dbcEntry1->mapId != player->GetMapId())
{
sLog.outErrorDb("CONDITION_COMPLETED_ENCOUNTER (entry %u, DungeonEncounterEntry -value1- %u) is used on wrong map (used on Map %u) by %s", m_entry, m_value1, player->GetMapId(), player->GetGuidStr().c_str());
sLog.outErrorDb("CONDITION_COMPLETED_ENCOUNTER (entry %u, DungeonEncounterEntry %u) is used on wrong map (used on Map %u) by %s", m_entry, m_value1, player->GetMapId(), player->GetGuidStr().c_str());
return false;
}
// Select matching difficulties