diff options
author | maximius <none@none> | 2009-09-10 22:15:29 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-10 22:15:29 -0700 |
commit | bcf19139afae87b71cee87ea6a70e70fb444ea14 (patch) | |
tree | e0f9999b655ff54fb109d7a9063f904bfcf57529 /src/game/Player.cpp | |
parent | 3441e4ef391e0096dbb3ceb6742c99f4fd994d0d (diff) |
*Cleanup comments, update THANKS (no idea if I missed anybody o_O), added Themris' Warlock's Death Coil healing and damage fix, corrected some typos
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index d25f27fff66..20cc3265e09 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -17962,8 +17962,7 @@ bool Player::ActivateTaxiPathTo(std::vector<uint32> const& nodes, Creature* npc // prevent stealth flight //RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_TALK); - //Hawthorne - Instant Taxi Option - if ((bool)sWorld.getConfig(CONFIG_INSTANT_TAXI)) + if (sWorld.getConfig(CONFIG_INSTANT_TAXI)) { TaxiNodesEntry const* lastnode = sTaxiNodesStore.LookupEntry(nodes[nodes.size()-1]); m_taxi.ClearTaxiDestinations(); |