From ba52852ae52dbba0d1932ef0116bc368a599945c Mon Sep 17 00:00:00 2001 From: tartalo Date: Sun, 1 Nov 2009 20:50:53 +0100 Subject: Delete redundant () on previous patch :P --HG-- branch : trunk --- src/game/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 565ad27a84c..51e5fe6acab 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 && zone != 4395); // Cold Weather Flying + return v_map != 571 || HasSpell(54197) && zone != 4197 && zone != 4395; // Cold Weather Flying } void Player::learnSpellHighRank(uint32 spellid) -- cgit v1.2.3