mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Scripts/BlackfathomDeeps: Summons of Blackfathom Deeps Events will now attack again. (#24285)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user