From d86194147741840cbf4642d7a23003dc0f5bbb2b Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 14 Jun 2009 21:06:45 -0500 Subject: *Remove some redundent code in spell.cpp --HG-- branch : trunk --- src/game/Player.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/Player.cpp') diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 54c86fa874a..7abe7f67d55 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -1654,7 +1654,6 @@ bool Player::TeleportTo(uint32 mapid, float x, float y, float z, float orientati // reset movement flags at teleport, because player will continue move with these flags after teleport SetUnitMovementFlags(0); - m_movementInfo.flags = 0; if (m_transport) { -- cgit v1.2.3