mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
Merge branch 'master' into 310
This commit is contained in:
commit
d6f6272f8c
41 changed files with 759 additions and 615 deletions
|
|
@ -417,13 +417,7 @@ class ObjectMgr
|
|||
return mGameObjectForQuestSet.find(entry) != mGameObjectForQuestSet.end();
|
||||
}
|
||||
|
||||
bool IsGuildVaultGameObject(Player *player, uint64 guid) const
|
||||
{
|
||||
if(GameObject *go = ObjectAccessor::GetGameObject(*player, guid))
|
||||
if(go->GetGoType() == GAMEOBJECT_TYPE_GUILD_BANK)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
bool IsGameObjectOfTypeInRange(Player *player, uint64 guid, GameobjectTypes type) const;
|
||||
|
||||
GossipText const* GetGossipText(uint32 Text_ID) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue