aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r--src/game/Player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp
index 8b41206928e..d5fc690bb92 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -16909,7 +16909,7 @@ void Player::VehicleSpellInitialize()
if(!spellInfo)
continue;
- if(IsPassiveSpell(spellId) || spellInfo->activeIconID == 2158) //flight
+ if(IsPassiveSpell(spellId))
{
charm->CastSpell(charm, spellId, true);
data << uint16(0) << uint8(0) << uint8(i+8);