From bb1ee8a004c79d0f2262820f92df4bd72bdd6587 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 30 Nov 2008 12:47:26 -0600 Subject: *Update to Mangos 6867. Source: Mangos. *Big changes: *[6858] Prevent cheating with ignore waiting in login queue. *[6863] Arena team related clean ups and adding parts of w12x's arena patch. *Some Config changes and guild changes. --HG-- branch : trunk --- src/game/Creature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Creature.cpp') diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index e02f48e6134..e23059de8fa 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -1979,7 +1979,7 @@ bool Creature::IsOutOfThreatArea(Unit* pVictim) const if(!pVictim->isInAccessiblePlaceFor(this)) return true; - if(sMapStore.LookupEntry(GetMapId())->Instanceable()) + if(sMapStore.LookupEntry(GetMapId())->IsDungeon()) return false; float length = pVictim->GetDistance(CombatStartX,CombatStartY,CombatStartZ); -- cgit v1.2.3