aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Instances/InstanceScript.h
diff options
context:
space:
mode:
authorccrs <ccrs@users.noreply.github.com>2019-06-29 19:32:13 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-13 00:42:18 +0100
commit934b72262d390f4e2cb87f07a4c1512a24a3b0d0 (patch)
treeca5242b045afa73447a479bd60b8fd0913b76f70 /src/server/game/Instances/InstanceScript.h
parent6a63200e40d286dd49cc90135a519b0680a6f435 (diff)
Core/Instance: add new method
(cherry picked from commit 14788ce026b660fe14207fa8865df4604050eb2b)
Diffstat (limited to 'src/server/game/Instances/InstanceScript.h')
-rw-r--r--src/server/game/Instances/InstanceScript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Instances/InstanceScript.h b/src/server/game/Instances/InstanceScript.h
index 20723a6e723..129894847f2 100644
--- a/src/server/game/Instances/InstanceScript.h
+++ b/src/server/game/Instances/InstanceScript.h
@@ -234,6 +234,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();