diff options
| author | tartalo <none@none> | 2009-11-01 20:47:40 +0100 |
|---|---|---|
| committer | tartalo <none@none> | 2009-11-01 20:47:40 +0100 |
| commit | 80ac5f6587451520bb2fae52e9881cd4658f1bb1 (patch) | |
| tree | 58ef10e6e984b17a561208f6ca6cd60552b1d460 /src | |
| parent | e634533f912f9f76d4c7f8210a5ffb07eb007968 (diff) | |
Add Dalaran to no fly zones in Northrend
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/Player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 655184dcea2..565ad27a84c 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -20974,7 +20974,7 @@ bool Player::IsKnowHowFlyIn(uint32 mapid, uint32 zone) const { // continent checked in SpellMgr::GetSpellAllowedInLocationError at cast and area update uint32 v_map = GetVirtualMapForMapAndZone(mapid, zone); - return v_map != 571 || HasSpell(54197) && zone != 4197; // Cold Weather Flying + return v_map != 571 || HasSpell(54197) && (zone != 4197 && zone != 4395); // Cold Weather Flying } void Player::learnSpellHighRank(uint32 spellid) |
