Parnic:
	- Enabled useful debug print
	Converted to use IceHUD:Debug() so that we can turn it on and off.
	- Suppressed noisy debug message
	This message prints constantly against training dummies, so let's just turn it off.
	- Fixed Death Runes never showing up on Live
	UnitPowerMax for SPELL_POWER_RUNES is 0 on live, so numRunes was 0 which was causing UpdateRuneType to throw out the update.
	- Added second argument to UnitPower
	I keep seeing things online saying the one-argument version of UnitPower has been deprecated, so I figured I'd go ahead and update my few uses of it in case it actually gets removed at some point. I haven't had any trouble with it, though.
