aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Maps
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-03-28 16:52:07 +0200
committerShauren <shauren.trinity@gmail.com>2021-03-28 20:22:05 +0200
commit33b3ebcae67870f704d86d30aa357781b33bb411 (patch)
tree43b40a2767346addb3ca16778ec800bbab768826 /src/server/game/Maps
parentf21270b987211041b95d6befa7192d313692920d (diff)
Core/Objects: Pass privateObjectOwner guid directly to SummonCreature functions
Diffstat (limited to 'src/server/game/Maps')
-rw-r--r--src/server/game/Maps/Map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Maps/Map.h b/src/server/game/Maps/Map.h
index 0c07e8a5969..9721ff6dc2a 100644
--- a/src/server/game/Maps/Map.h
+++ b/src/server/game/Maps/Map.h
@@ -512,7 +512,7 @@ class TC_GAME_API Map : public GridRefManager<NGridType>
void UpdateIteratorBack(Player* player);
- TempSummon* SummonCreature(uint32 entry, Position const& pos, SummonPropertiesEntry const* properties = nullptr, uint32 duration = 0, Unit* summoner = nullptr, uint32 spellId = 0, uint32 vehId = 0, bool personalSpawn = false);
+ TempSummon* SummonCreature(uint32 entry, Position const& pos, SummonPropertiesEntry const* properties = nullptr, uint32 duration = 0, Unit* summoner = nullptr, uint32 spellId = 0, uint32 vehId = 0, ObjectGuid privateObjectOwner = ObjectGuid::Empty);
void SummonCreatureGroup(uint8 group, std::list<TempSummon*>* list = nullptr);
AreaTrigger* GetAreaTrigger(ObjectGuid const& guid);
Conversation* GetConversation(ObjectGuid const& guid);