*Fix a bug that flying puppet interrupts caster's channelling.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-14 21:02:52 -05:00
parent 6f1a4247a4
commit e2d5c0d3fb
2 changed files with 3 additions and 8 deletions

View File

@@ -1609,7 +1609,7 @@ void WorldSession::HandleMoveSetCanFlyAckOpcode( WorldPacket & recv_data )
recv_data >> guid >> unk >> flags;
_player->m_movementInfo.flags = flags;
_player->m_mover->m_movementInfo.flags = flags;
}
void WorldSession::HandleRequestPetInfoOpcode( WorldPacket & /*recv_data */)