-----------------Ardent Defender Addon------------------------
Blinddate of Thrall
--------------------------------------------------------------

1.1b: 08/27/09
Bug fixes only... 
** Activating Divine Sacrifice will no longer make an announcement for 
	each member of your raid. Sorry about that!
** Death averted numbers were not properly being tracked. Fixed.

1.1: 08/26/09
** Added aura tracking for Divine Sacrifice.
** Rewrote some of the if() statements in the combat log parser for better sanity.
** Changed bubbleWall option to 'trackAura' option, since it now applies not only to
	bubblewall but also to Divine Sacrice.
** Added partial implementation to track/announce Hand of Sacrifice.. do people want this? Hmm.
** Added info in LDB object to display an estimate of how much health Divine Sacrifice will absorb (if talented)
** Rearranged options to make them more enjoyable to read and use.
** Removed deprecated 'AvengerMiss' option, Avenger shield tracking is part of the tauntWatcher 
	option now. Can seperate if people request it. I dont see a need for it.
** Hide the bubblewall message box, in all my time using the addon I never felt the need
	to change the bubblewall msg. I can turn it back on if people request it. I didn't enjoy the clutter.
**  Cleaned up alot of my comments and added some more to make things more readable.
** CheckTalents() wasn't really needed anymore, removed it and all calls to it. Rewrote ldb object to work without it.
** With CheckTalents() gone, we don't need to watch for "PLAYER_TALENT_UPDATE" or "CHARACTER_POINTS_CHANGED") events anymore.


1.0a:
(not released)
Bugfix -- CheckTalents() sometimes caused an assert() failure
due to the game not being fully loaded yet. Made it silent if called from self:Initialize(),
we check when entering combat anyhow.
-Blind

1.0:
Initial Release 08/25/09
