diff options
author | ccrs <ccrs@users.noreply.github.com> | 2019-06-29 19:32:13 +0200 |
---|---|---|
committer | ccrs <ccrs@users.noreply.github.com> | 2019-06-29 19:32:13 +0200 |
commit | 14788ce026b660fe14207fa8865df4604050eb2b (patch) | |
tree | 2cb0099a890b31cc1b4e7ec36a0954ded98d88d7 /src/server/game/Instances/InstanceScript.h | |
parent | 953b05459a517fb83f18047ab82ac09021bc9440 (diff) |
Core/Instance: add new method
Diffstat (limited to 'src/server/game/Instances/InstanceScript.h')
-rw-r--r-- | src/server/game/Instances/InstanceScript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Instances/InstanceScript.h b/src/server/game/Instances/InstanceScript.h index ba69495d68c..72519797ed5 100644 --- a/src/server/game/Instances/InstanceScript.h +++ b/src/server/game/Instances/InstanceScript.h @@ -232,6 +232,7 @@ class TC_GAME_API InstanceScript : public ZoneScript // Cast spell on all players in instance void DoCastSpellOnPlayers(uint32 spell, bool includePets = false, bool includeControlled = false); + void DoCastSpellOnPlayer(Player* player, uint32 spell, bool includePets = false, bool includeControlled = false); // Return wether server allow two side groups or not static bool ServerAllowsTwoSideGroups(); |