fix(Scripts/ZulAman): add Boss Boundaries (#21065)
This commit is contained in:
parent
6313d538c7
commit
467a5116f1
1 changed files with 6 additions and 1 deletions
|
|
@ -86,7 +86,12 @@ ObjectData const summonData[] =
|
|||
|
||||
BossBoundaryData const boundaries =
|
||||
{
|
||||
{ DATA_HEXLORD, new RectangleBoundary(80.50557f, 920.9858f, 155.88986f, 1015.27563f)}
|
||||
{ DATA_AKILZON, new ZRangeBoundary(72.0f, 100.0f)},
|
||||
{ DATA_HALAZZI, new RectangleBoundary(304.0f, 432.0f, 1052.0f, 1156.0f)},
|
||||
{ DATA_HEXLORD, new RectangleBoundary(80.50557f, 920.9858f, 155.88986f, 1015.27563f)},
|
||||
{ DATA_JANALAI, new ZRangeBoundary(16.0f, 46.0f)},
|
||||
{ DATA_NALORAKK, new ZRangeBoundary(38.0f, 68.0f)},
|
||||
{ DATA_ZULJIN, new ZRangeBoundary(43.0f, 73.0f)}
|
||||
};
|
||||
|
||||
class instance_zulaman : public InstanceMapScript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue