Skip to content

Commit

Permalink
Core/Misc: Fix build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpoz committed Apr 25, 2014
1 parent 2585e79 commit f27057b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/server/scripts/Northrend/Nexus/Oculus/boss_varos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,6 @@ class spell_varos_energize_core_area_enemy : public SpellScriptLoader

for (std::list<WorldObject*>::iterator itr = targets.begin(); itr != targets.end();)
{
Position pos = (*itr)->GetPosition();

float angle = varos->GetAngle((*itr)->GetPositionX(), (*itr)->GetPositionY());
float diff = fabs(orientation - angle);

Expand Down Expand Up @@ -360,8 +358,6 @@ class spell_varos_energize_core_area_entry : public SpellScriptLoader

for (std::list<WorldObject*>::iterator itr = targets.begin(); itr != targets.end();)
{
Position pos = (*itr)->GetPosition();

float angle = varos->GetAngle((*itr)->GetPositionX(), (*itr)->GetPositionY());
float diff = fabs(orientation - angle);

Expand Down

0 comments on commit f27057b

Please sign in to comment.