Skip to content

Commit

Permalink
Enabled commented code for utgardkeep -- needs testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaddie committed May 26, 2014
1 parent 7888719 commit bcfe748
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Addons/WCell.DefaultAddon/Instances/Northrend/UtgardeKeep.cs
Original file line number Diff line number Diff line change
Expand Up @@ -445,14 +445,14 @@ public override void Stop()
void CastDecrepify(WorldObject owner)
{

owner.Yell("Hi");
//owner.Yell("Hi");

//Character chr = owner.GetNearbyRandomHostileCharacter();
Character chr = owner.GetNearbyRandomHostileCharacter(); //TODO: Work out why this was commented out and replaced with a test string

//if (chr != null)
//{
// m_owner.SpellCast.Start(decrepify, false, chr);
//}
if (chr != null)
{
m_owner.SpellCast.Start(decrepify, false, chr);
}

}
}
Expand Down

0 comments on commit bcfe748

Please sign in to comment.