View Issue Details

IDProjectCategoryView StatusLast Update
0031003Legion CoreClass Halls / Оплоты и артефактыpublic2024-10-04 14:54
ReporterCancer_patientAssigned ToCancer_patient 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Summary0031003: https://www.wowhead.com/ru/quest=42009
Description1.) https://www.wowhead.com/ru/quest=42009
По заданию игрок взаимодействует с Гобджектами и убивает НПЦ чтобы набрать Энергию, которая имеет ауры визуала: 207430 207434 207437 , эти ауры спадают с игрока после выполнения задания 42010 , должны пропадать когда игрок сдает задание https://www.wowhead.com/ru/quest=42009 .
Пруф:

/run local t = {42001, 42006, 42007, 42008} for i = 1, #t do SendChatMessage(string.format(".q rew %s", t[i]), "GUILD") end

.tele thenexus

.q c 42009

/run local t = {207430, 207434, 207437} for i = 1, #t do SendChatMessage(string.format(".aura %s", t[i]), "GUILD") end

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-10-04 14:48 Cancer_patient New Issue
2024-10-04 14:48 Cancer_patient Status new => assigned
2024-10-04 14:48 Cancer_patient Assigned To => Cancer_patient
2024-10-04 14:54 Cancer_patient Status assigned => closed
2024-10-04 14:54 Cancer_patient Resolution open => fixed
2024-10-04 14:54 Cancer_patient Resolution fixed => no change required