Skip to content

Commit

Permalink
Modules/TimersSpecialEvents: Add npcId for BPC
Browse files Browse the repository at this point in the history
Apparently, UltimoWow script is wrongly assigning source for this encounter.
  • Loading branch information
Zidras committed Dec 3, 2023
1 parent 15354de commit 673fb32
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Transcriptor/Modules/TimersSpecialEvents.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ addonTbl.TIMERS_SPECIAL_EVENTS = {
["SPELL_AURA_APPLIED"] = {
-- [[ Icecrown Citadel ]] --
[70952] = { -- Invocation of Blood (Prince Valanar)
[38008] = "Valanar Empowered" -- Blood Orb Controller
[38008] = "Valanar Empowered", -- Blood Orb Controller
[37970] = "Valanar Empowered", -- Príncipe Valanar (UltimoWow)
},
[70981] = { -- Invocation of Blood (Prince Keleseth)
[38008] = "Keleseth Empowered" -- Blood Orb Controller
[38008] = "Keleseth Empowered", -- Blood Orb Controller
[37972] = "Keleseth Empowered", -- Príncipe Keleseth (UltimoWow)
},
[70982] = { -- Invocation of Blood (Prince Taldaram)
[38008] = "Taldaram Empowered" -- Blood Orb Controller
[38008] = "Taldaram Empowered", -- Blood Orb Controller
[37973] = "Taldaram Empowered", -- Príncipe Taldaram (UltimoWow)
},
},
["SPELL_AURA_APPLIED_DOSE"] = {
Expand Down

0 comments on commit 673fb32

Please sign in to comment.