From 4e005c307028bebd4a083d6ad5c96a2360439947 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 14 Jun 2009 10:19:44 -0500 Subject: [8013] Fixed SMSG_RAID_INSTANCE_INFO opcode, some other fixes. Author: tomrus88 --HG-- branch : trunk --- src/game/Map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Map.cpp') 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) -- cgit v1.2.3