mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[12146] Implement spell 30769
This commit is contained in:
parent
c8ebd1678e
commit
705f716cb1
4 changed files with 12 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue