Skip to content

Commit

Permalink
Merge pull request #49 from evil-at-wow/quick_fixes
Browse files Browse the repository at this point in the history
Remove unused member that was left behind when introducing SetFactionTem...
  • Loading branch information
Radu committed Mar 25, 2013
2 parents ce09be5 + 6b6391f commit b5d7b51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/eastern_kingdoms/stormwind_city.cpp
Expand Up @@ -50,8 +50,6 @@ struct MANGOS_DLL_DECL npc_bartlebyAI : public ScriptedAI
Reset();
}

uint32 m_uiNormalFaction;

void Reset() override {}

void AttackedBy(Unit* pAttacker) override
Expand Down

4 comments on commit b5d7b51

@boxa
Copy link
Contributor

@boxa boxa commented on b5d7b51 Mar 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xfurry
Look at please on this work, would be nice to have it in base SD2:

mangosR2@7d0b7a3
mangosR2@168601c
mangosR2@ebf93e2

@Schmoozerd
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for pointing to these ideas!

@xfurry
Copy link
Member

@xfurry xfurry commented on b5d7b51 Mar 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@boxa: it would be nice to have a pull request for this. It would be complicated to merge from R2, since not all scripts match 100%

@boxa
Copy link
Contributor

@boxa boxa commented on b5d7b51 Mar 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done: #51

Please sign in to comment.