mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
@@ -18848,7 +18848,7 @@ bool Player::CheckInstanceValidity(bool /*isLogin*/)
|
||||
return true;
|
||||
|
||||
// non-instances are always valid
|
||||
Map* map = GetMap();
|
||||
Map* map = FindMap();
|
||||
if (!map || !map->IsDungeon())
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user