Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

"Sequence contains no elements" Fight class stopped working

Featured Replies

No idea what happent there. I was healing HOL norm on my druid at the trash mobs before Volkhan (just after both stairs up) Druid just stopped working and stood there untill i noticed to restart it. Latest profile attached

[N] 16:14:00 - [Path-Finding] Path Count: 3
[F] 16:14:01 - [Spell] Cast Rejuvenation (Rejuvenation)
[F] 16:14:02 - [Spell] Cast Nourish (Nourish)
[N] 16:14:04 - [Path-Finding] Path Count: 2
[F] 16:14:05 - [Spell] Cast Nourish (Nourish)
[N] 16:14:06 - [Path-Finding] Path Count: 2
[F] 16:14:08 - [Spell] Cast Regrowth (Regrowth)
[E] 16:14:25 - Sequence contains no elements

[F] 16:14:25 - 'Restoration Druid' Stopped
[N] 16:14:29 - [Path-Finding] Path Count: 3
[F] 16:15:31 - Stop 'Restoration Druid'
[D] 16:15:31 - GroupLoot => dispose
16:15:31 - [Party] Stopped

 

Druid healing in 3.3.5a ported from 6.x by BetterSister (19).cs

  • Author

Doing more googling:

Quote

use First() when I know or expect the sequence to have at least one element. In other words, when it is an exceptional occurrence when the sequence is empty.

Use FirstOrDefault() when you know that you will need to check whether there was an element or not. In other words, when it is legal for the sequence to be empty. You should not rely on exception handling for the check. (It is bad practice and might hurt performance).

Finally, the difference between First() and Take() is that First() returns the element itself, while Take() returns a sequence of elements that contains exactly one element. (If you pass 1 as the parameter).

 

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.