diff options
author | Subv <subv2112@gmail.com> | 2014-07-13 16:52:38 -0500 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2014-07-13 16:52:38 -0500 |
commit | dfdc19f3bc57757965d1d3b760a27622e411eb05 (patch) | |
tree | 08025cfd4bbdef881149291e926eaf1d4676f441 /src/server/game/Instances/InstanceScript.h | |
parent | f14399d7887b221eb61378863c9c314adbcdebc1 (diff) |
Merge branch `master` into `boost`
Conflicts:
BattlegroundMgr.h
Diffstat (limited to 'src/server/game/Instances/InstanceScript.h')
-rw-r--r-- | src/server/game/Instances/InstanceScript.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Instances/InstanceScript.h b/src/server/game/Instances/InstanceScript.h index 9e11c566c22..f379572961c 100644 --- a/src/server/game/Instances/InstanceScript.h +++ b/src/server/game/Instances/InstanceScript.h @@ -35,8 +35,8 @@ class Player; class GameObject; class Creature; -typedef std::set<GameObject*> DoorSet; -typedef std::set<Creature*> MinionSet; +typedef std::set<uint64> DoorSet; +typedef std::set<uint64> MinionSet; enum EncounterFrameType { |