aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRushor <Rushor@users.noreply.github.com>2020-03-14 15:58:45 +0100
committerGitHub <noreply@github.com>2020-03-14 15:58:45 +0100
commit71f53104c367bda2094bee042eddc609dabaecd5 (patch)
tree04e5c6d103951a24183c55b2d78baa8860ba5657 /src
parent7cc00a483138b88b41402c93560825a20ec39b4a (diff)
Scripts/BlackfathomDeeps: Summons of Blackfathom Deeps Events will now attack again. (#24285)
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Kalimdor/BlackfathomDeeps/blackfathom_deeps.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/server/scripts/Kalimdor/BlackfathomDeeps/blackfathom_deeps.cpp b/src/server/scripts/Kalimdor/BlackfathomDeeps/blackfathom_deeps.cpp
index a8a54adc759..fa3c5d86ee4 100644
--- a/src/server/scripts/Kalimdor/BlackfathomDeeps/blackfathom_deeps.cpp
+++ b/src/server/scripts/Kalimdor/BlackfathomDeeps/blackfathom_deeps.cpp
@@ -101,10 +101,7 @@ public:
{
Initialize();
if (creature->IsSummon())
- {
creature->SetHomePosition(HomePosition);
- AttackPlayer();
- }
instance = creature->GetInstanceScript();
}
@@ -129,6 +126,7 @@ public:
void Reset() override
{
Initialize();
+ AttackPlayer();
}
void AttackPlayer()