mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
fix(Core/Spells): Dismount from flying mount if teleported to Nothrend without Cold Weather Flying spell. (#8524)
Fixes #5660
This commit is contained in:
@@ -538,7 +538,7 @@ struct AreaTableEntry
|
||||
|
||||
[[nodiscard]] bool IsFlyable() const
|
||||
{
|
||||
return flags & AREA_FLAG_OUTLAND && !(flags & AREA_FLAG_NO_FLY_ZONE);
|
||||
return flags & AREA_FLAG_OUTLAND;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user