mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-15 04:32:35 -04: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