mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(Scripts/ZulAman): add Boss Boundaries (#21065)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user