mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(Scripts/BlackrockSpire): Urok Doomhowl - improvements: (#9067)
The mobs should attack the pike if there is no players around The boss should not despawning after summon Urok's Tribute Pile with Pike and Head should disapear after Urok appear Fixes #9023
This commit is contained in:
@@ -1460,6 +1460,13 @@ struct SmartTarget
|
||||
uint32 dead;
|
||||
} closest;
|
||||
|
||||
struct
|
||||
{
|
||||
uint32 entry;
|
||||
uint32 dist;
|
||||
uint32 onlySpawned;
|
||||
} closestGameobject;
|
||||
|
||||
struct
|
||||
{
|
||||
uint32 maxDist;
|
||||
|
||||
Reference in New Issue
Block a user