diff options
author | Spp <spp@jorge.gr> | 2013-01-02 11:00:16 +0100 |
---|---|---|
committer | Spp <spp@jorge.gr> | 2013-01-02 11:00:16 +0100 |
commit | 5280a77fe1e9e4a26d98b59a31715d5632238bb2 (patch) | |
tree | b7d19ff1b96fb4c92cae9c201a60df960efb4555 /src/server/game/Groups/Group.h | |
parent | d36c4a91ba76680e64b108db3d866d208f4f86cc (diff) |
Core/Misc: Some minor changes here and there
Diffstat (limited to 'src/server/game/Groups/Group.h')
-rw-r--r-- | src/server/game/Groups/Group.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Groups/Group.h b/src/server/game/Groups/Group.h index bf9eed7eff5..e81afe78513 100644 --- a/src/server/game/Groups/Group.h +++ b/src/server/game/Groups/Group.h @@ -301,6 +301,7 @@ class Group InstanceGroupBind* GetBoundInstance(Player* player); InstanceGroupBind* GetBoundInstance(Map* aMap); InstanceGroupBind* GetBoundInstance(MapEntry const* mapEntry); + InstanceGroupBind* GetBoundInstance(Difficulty difficulty, uint32 mapId); BoundInstancesMap& GetBoundInstances(Difficulty difficulty); // FG: evil hacks |