diff options
author | Machiavelli <none@none> | 2009-10-10 23:02:11 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2009-10-10 23:02:11 +0200 |
commit | 566472918bd658aa0a5352ca5cc462a3ca222d54 (patch) | |
tree | 910f5ebfaffe7f0ee14a6e211b114551e3ae537c /src/game/DBCStores.h | |
parent | 5fcf3b3d8919374a326da97b69edb95c2949a787 (diff) |
ReputationMgr changes part 2
--HG--
branch : trunk
Diffstat (limited to 'src/game/DBCStores.h')
-rw-r--r-- | src/game/DBCStores.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/DBCStores.h b/src/game/DBCStores.h index fc47568e6a5..4fd5b6bcb59 100644 --- a/src/game/DBCStores.h +++ b/src/game/DBCStores.h @@ -27,7 +27,7 @@ typedef std::list<uint32> SimpleFactionsList; -SimpleFactionsList const* GetFactionTeamList(uint32 faction); +SimpleFactionsList const* GetFactionTeamList(uint32 faction, bool &isTeamMember); char* GetPetName(uint32 petfamily, uint32 dbclang); uint32 GetTalentSpellCost(uint32 spellId); TalentSpellPos const* GetTalentSpellPos(uint32 spellId); |