fix(Scripts/Ulduar): rework XT-002 Deconstructor (#26345)

Co-authored-by: Keader <keader.android@gmail.com>
This commit is contained in:
sogladev
2026-07-04 22:44:54 +02:00
committed by GitHub
parent 3776f464e5
commit c09afb0803
4 changed files with 926 additions and 741 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -88,6 +88,7 @@ ObjectData const creatureData[] =
{ NPC_IGNIS, BOSS_IGNIS },
{ NPC_RAZORSCALE, BOSS_RAZORSCALE },
{ NPC_XT002, BOSS_XT002 },
{ NPC_HEART_OF_DECONSTRUCTOR,DATA_XT002_HEART },
{ NPC_KOLOGARN, BOSS_KOLOGARN },
{ NPC_AURIAYA, BOSS_AURIAYA },
{ NPC_MIMIRON, BOSS_MIMIRON },

View File

@@ -87,6 +87,7 @@ enum UlduarData
// XT-002
DATA_XT002_DOORS = 400,
DATA_XT002_HEART = 401,
// Kologarn
DATA_KOLOGARN_DOORS = 410,
@@ -158,6 +159,9 @@ enum UlduarNPCs
NPC_IGNIS = 33118,
NPC_RAZORSCALE = 33186,
NPC_XT002 = 33293,
NPC_XT_TOY_PILE = 33337,
NPC_XS013_SCRAPBOT = 33343,
NPC_HEART_OF_DECONSTRUCTOR = 33329,
NPC_STEELBREAKER = 32867,
NPC_MOLGEIM = 32927,
NPC_BRUNDIR = 32857,