aboutsummaryrefslogtreecommitdiff
path: root/src/game/Map.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-14 10:19:44 -0500
committermegamage <none@none>2009-06-14 10:19:44 -0500
commit4e005c307028bebd4a083d6ad5c96a2360439947 (patch)
tree655dd9b9d04a16a52120aaf9116e1c4a316bc5bb /src/game/Map.cpp
parentc748c642cb7f8c78e9931a01604264a61f109bf7 (diff)
[8013] Fixed SMSG_RAID_INSTANCE_INFO opcode, some other fixes. Author: tomrus88
--HG-- branch : trunk
Diffstat (limited to 'src/game/Map.cpp')
-rw-r--r--src/game/Map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Map.cpp b/src/game/Map.cpp
index ee8dc1c9cac..4a102b92051 100644
--- a/src/game/Map.cpp
+++ b/src/game/Map.cpp
@@ -2630,7 +2630,7 @@ void InstanceMap::UnloadAll()
void InstanceMap::SendResetWarnings(uint32 timeLeft) const
{
for(MapRefManager::const_iterator itr = m_mapRefManager.begin(); itr != m_mapRefManager.end(); ++itr)
- itr->getSource()->SendInstanceResetWarning(GetId(), timeLeft);
+ itr->getSource()->SendInstanceResetWarning(GetId(), itr->getSource()->GetDifficulty(), timeLeft);
}
void InstanceMap::SetResetSchedule(bool on)