mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Scripts/Ulduar: Implemented Realm First! Death's Demise (#25530)
* Scripts/Ulduar: Implemented Realm First! Death's Demise * comment line * Rename 9999_99_99_99_world.sql to 2020_10_08_01_world.sql Co-authored-by: offl <11556157+offl@users.noreply.github.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
This commit is contained in:
@@ -891,6 +891,7 @@ class instance_ulduar : public InstanceMapScript
|
||||
return keepersCount <= 1;
|
||||
case CRITERIA_ALONE_IN_THE_DARKNESS_10:
|
||||
case CRITERIA_ALONE_IN_THE_DARKNESS_25:
|
||||
case REALM_FIRST_DEATHS_DEMISE:
|
||||
return keepersCount == 0;
|
||||
case CRITERIA_C_O_U_LEVIATHAN_10:
|
||||
case CRITERIA_C_O_U_LEVIATHAN_25:
|
||||
|
||||
@@ -366,6 +366,8 @@ enum UlduarAchievementCriteriaIds
|
||||
CRITERIA_ALONE_IN_THE_DARKNESS_25 = 10417,
|
||||
CRITERIA_HERALD_OF_TITANS = 10678,
|
||||
|
||||
REALM_FIRST_DEATHS_DEMISE = 10279,
|
||||
|
||||
// Champion of Ulduar
|
||||
CRITERIA_C_O_U_LEVIATHAN_10 = 10042,
|
||||
CRITERIA_C_O_U_IGNIS_10 = 10342,
|
||||
|
||||
Reference in New Issue
Block a user