From 4ce382d4f1df9d825aac4722928e01f31db14b26 Mon Sep 17 00:00:00 2001 From: Paul Emmerich Date: Sun, 22 Dec 2024 11:58:22 +0100 Subject: [PATCH 1/2] Razuvious: Add var timer for shout and minor SoD update --- .../VanillaNaxx/MilitaryQuarter/Razuvious.lua | 26 +- DBM-Test-Vanilla/DBM-Test-Vanilla_Vanilla.toc | 4 + .../Naxxramas/Razuvious-PTR.lua | 749 ++++++++++++++++++ .../Naxxramas/Reports/Razuvious-PTR.lua | 93 +++ 4 files changed, 862 insertions(+), 10 deletions(-) create mode 100644 DBM-Test-Vanilla/Season of Discovery/Naxxramas/Razuvious-PTR.lua create mode 100644 DBM-Test-Vanilla/Season of Discovery/Naxxramas/Reports/Razuvious-PTR.lua diff --git a/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Razuvious.lua b/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Razuvious.lua index 44345ed9..a5c46eca 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Razuvious.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Razuvious.lua @@ -14,26 +14,32 @@ mod:RegisterEventsInCombat( "UNIT_DIED" ) ---TODO, find out if args:IsPetSource() actually works, or find something else that does ---[[ -ability.id = 29107 and type = "cast" ---]] -local warnShoutNow = mod:NewSpellAnnounce(29107, 1) -local warnShoutSoon = mod:NewSoonAnnounce(29107, 3) +local warnShoutNow = mod:NewSpellAnnounce(29107, 1, 6673) +local warnShoutSoon = mod:NewSoonAnnounce(29107, 3, 6673) local warnShieldWall = mod:NewAnnounce("WarningShieldWallSoon", 3, 29061) -local timerShout = mod:NewCDTimer(25.8, 29107, nil, nil, nil, 2)-- 25.87-25.96 in classic, 16 in wrath +local timerShout = mod:NewCDTimer(25.8, 29107, nil, nil, nil, 2, 6673)-- 25.87-25.96 in classic, 16 in wrath local timerTaunt = mod:NewCDTimer(60, 29060, nil, nil, nil, 5, nil, DBM_COMMON_L.TANK_ICON) local timerShieldWall = mod:NewBuffFadesTimer(20, 29061, nil, nil, nil, 5, nil, DBM_COMMON_L.TANK_ICON) function mod:OnCombatStart(delay) - timerShout:Start(24 - delay)--It is 22-26 variation, but since users complained, using the median instead of the minimum + if DBM:IsSeasonal("SeasonOfDiscovery") then + -- This might also bee true for Era, old comment mentioned 22-26, but I'm pretty sure these fights were mostly unchanged on SoD + timerShout:Start("v25-26.34") + else + timerShout:Start("v22-26") + end warnShoutSoon:Schedule(19 - delay) end function mod:SPELL_CAST_SUCCESS(args) - if args:IsSpell(29107) then--What does an MCed unit return? - timerShout:Start() + if args:IsSpell(29107) then + if DBM:IsSeasonal("SeasonOfDiscovery") then + -- Might be the same as the initial pull on SoD + timerShout:Start("v25.4-26.34") + else + timerShout:Start() + end warnShoutNow:Show() warnShoutSoon:Schedule(20) elseif args:IsSpell(29060) and args:IsPetSource() then -- Taunt diff --git a/DBM-Test-Vanilla/DBM-Test-Vanilla_Vanilla.toc b/DBM-Test-Vanilla/DBM-Test-Vanilla_Vanilla.toc index 528f375f..7e9e5a3f 100644 --- a/DBM-Test-Vanilla/DBM-Test-Vanilla_Vanilla.toc +++ b/DBM-Test-Vanilla/DBM-Test-Vanilla_Vanilla.toc @@ -6,6 +6,10 @@ ## LoadOnDemand: 1 ## X-DBM-Test: true +# Nax +Season of Discovery/Naxxramas/Razuvious-PTR.lua +Season of Discovery/Naxxramas/Reports/Razuvious-PTR.lua + # AQ40 Season of Discovery/AQ40/Skeram-Hardmode.lua Season of Discovery/AQ40/ThreeBugs-Hardmode.lua diff --git a/DBM-Test-Vanilla/Season of Discovery/Naxxramas/Razuvious-PTR.lua b/DBM-Test-Vanilla/Season of Discovery/Naxxramas/Razuvious-PTR.lua new file mode 100644 index 00000000..7411211d --- /dev/null +++ b/DBM-Test-Vanilla/Season of Discovery/Naxxramas/Razuvious-PTR.lua @@ -0,0 +1,749 @@ +DBM.Test:DefineTest{ + name = "SoD/Naxx/Razuvious/PTR", + gameVersion = "SeasonOfDiscovery", + addon = "DBM-Raids-Vanilla", + mod = "RazuviousVanilla", + instanceInfo = {name = "Naxxramas", instanceType = "raid", difficultyID = 186, difficultyName = "Heroic", difficultyModifier = 5, maxPlayers = 40, dynamicDifficulty = 0, isDynamic = false, instanceID = 533, instanceGroupSize = 40, lfgDungeonID = nil}, + players = { + {"Tank1", "Player-1-00000010", class = "WARLOCK"}, + {"Healer1", "Player-1-00000001", class = "PRIEST"}, + {"Healer2", "Player-1-00000009", class = "MAGE"}, + {"Healer3", "Player-1-00000015", class = "SHAMAN", logRecorder = true}, + {"Dps1", "Player-1-00000002", class = "DRUID"}, + {"Dps2", "Player-1-00000003", class = "SHAMAN"}, + {"Dps3", "Player-1-00000004", class = "SHAMAN", healer = 0.00, tank = 0.72, dps = 0.35}, + {"Dps4", "Player-1-00000005", class = "PRIEST"}, + {"Dps5", "Player-1-00000006", class = "DRUID"}, + {"Dps6", "Player-1-00000007"}, + {"Dps7", "Player-1-00000008", class = "PRIEST"}, + {"Dps8", "Player-1-00000011", class = "ROGUE"}, + {"Dps9", "Player-1-00000012", class = "PRIEST"}, + {"Dps10", "Player-1-00000013", class = "DRUID", healer = 0.00, tank = 0.59, dps = 0.24}, + {"Dps11", "Player-1-00000014", class = "ROGUE"}, + {"Dps12", "Player-1-00000016", class = "WARRIOR"}, + {"Dps13", "Player-1-00000017", class = "WARRIOR"}, + {"Dps14", "Player-1-00000020", class = "WARRIOR", healer = 0.00, tank = 0.58, dps = 0.26}, + {"Dps15", "Player-1-00000021", class = "MAGE"}, + {"Dps16", "Player-1-00000022", class = "ROGUE", healer = 0.00, tank = 0.58, dps = 0.73}, + {"Dps17", "Player-1-00000023", class = "ROGUE", healer = 0.00, tank = 0.35, dps = 0.36}, + {"Dps18", "Player-1-00000024", class = "DRUID"}, + {"Dps19", "Player-1-00000025", class = "SHAMAN"}, + {"Dps20", "Player-1-00000026", class = "MAGE"}, + {"Dps21", "Player-1-00000027", class = "ROGUE"}, + {"Dps22", "Player-1-00000028", class = "ROGUE"}, + {"Dps23", "Player-1-00000029", class = "PRIEST"}, + {"Dps24", "Player-1-00000030", class = "WARLOCK"} + }, + perspective = "Healer3", + --@strip-from-release@ + -- This file contains a compressed version of the log at the end that is used in release builds. + -- Avoid editing this log by hand, but if you must run to keep the compressed log in sync. + log = { + {0.00, "ENCOUNTER_START", 1113, "Instructor Razuvious", 186, 40}, + {0.00, "GetInstanceInfo()", "Naxxramas", "raid", 186, "40 Player", 40, 0, false, 533, 40, nil}, + {0.00, "IsEncounterInProgress()", true}, + {0.19, "CHAT_MSG_MONSTER_YELL", "Do as I taught you!", "Instructor Razuvious", "", "", "Deathknight Understudy", "", 0, 0, "", 0, 3002, nil, 0, false, false, false, false}, + {2.51, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "DODGE", false, 0x0, nil, nil}, + {3.62, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "DODGE", false, 0x0, nil, nil}, + {4.87, "PLAYER_REGEN_DISABLED", "+Entering combat!"}, + {6.01, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 8384, -1, 0x0, nil, nil}, + {6.84, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {7.13, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {8.63, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "DODGE", false, 0x0, nil, nil}, + {8.68, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {8.86, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DESTROYED", "", nil, 0x0, 0x0, "Creature-0-1-533-1-7416-0000000004", "Mana Spring Totem IV", 0xa48, 0x0, -1, false, 0x0, nil, nil}, + {9.88, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000016", "Dps12", 0x510, 0x0, "Player-1-00000016", "Dps12", 0x510, 0x0, 12328, "Death Wish", 0x0, "DEBUFF", nil}, + {10.16, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 408521, "Riptide", 0x0, "BUFF", nil}, + {10.18, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 16237, "Ancestral Fortitude", 0x0, "BUFF", nil}, + {10.35, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {10.63, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {10.73, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {10.88, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000002", "Dps1", 0x510, 0x0, "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, 24907, "Moonkin Aura", 0x0, "BUFF", nil}, + {11.35, "UNIT_SPELLCAST_SUCCEEDED", "target", "Cast-3-1-533-2-29060-000000022F", 29060, "Deathknight Understudy", 96.9, 0.0, "Instructor Razuvious"}, + {11.36, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, 29060, "Taunt", 0x0, nil, nil}, + {11.36, "UNIT_SPELLCAST_SUCCEEDED", "nameplate4", "Cast-3-1-533-2-26613-000000024F", 26613, "Instructor Razuvious", 98.9, 0.0, "Tank1"}, + {11.36, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {11.36, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {11.36, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, 29060, "Taunt", 0x0, "DEBUFF", nil}, + {11.51, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000020", "Dps14", 0x510, 0x0, "Player-1-00000020", "Dps14", 0x510, 0x0, 12328, "Death Wish", 0x0, "DEBUFF", nil}, + {11.57, "CHAT_MSG_MONSTER_YELL", "Stand and fight!", "Instructor Razuvious", "", "", "Deathknight Understudy", "", 0, 0, "", 0, 3004, nil, 0, false, false, false, false}, + {12.15, "UNIT_SPELLCAST_SUCCEEDED", "nameplate1", "Cast-3-1-533-2-29051-0000000010", 29051, "Deathknight Understudy", 94.8, 0.0, "Tank1"}, + {13.85, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 408, -1, 0x0, nil, nil}, + {14.13, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {14.23, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "MISS", false, 0x0, nil, nil}, + {15.23, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000026", "Dps20", 0x510, 0x0, "Player-1-00000026", "Dps20", 0x510, 0x0, 428878, "Balefire Bolt", 0x0, "DEBUFF", nil}, + {16.24, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {16.32, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000017", "Dps13", 0x510, 0x0, "Player-1-00000017", "Dps13", 0x510, 0x0, 12328, "Death Wish", 0x0, "DEBUFF", nil}, + {16.34, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 8094, -1, 0x0, nil, nil}, + {16.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000030", "Dps24", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 425467, "Demonic Pact", 0x0, "BUFF", nil}, + {17.35, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {17.42, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {17.42, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {17.45, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED_DOSE", "Player-1-00000026", "Dps20", 0x510, 0x0, "Player-1-00000026", "Dps20", 0x510, 0x0, 428878, "Balefire Bolt", 0x0, "DEBUFF", 2}, + {17.45, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000026", "Dps20", 0x510, 0x0, "Player-1-00000026", "Dps20", 0x510, 0x0, 428878, "Balefire Bolt", 0x0, "DEBUFF", nil}, + {17.75, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 8182, -1, 0x0, nil, nil}, + {18.15, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {18.16, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {18.16, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 26613, "Unbalancing Strike", 0x0, "DEBUFF", nil}, + {18.32, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000030", "Dps24", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 425467, "Demonic Pact", 0x0, "BUFF", nil}, + {18.40, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {18.40, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {19.02, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 29203, "Healing Way", 0x0, "BUFF", nil}, + {19.04, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 16237, "Ancestral Fortitude", 0x0, "BUFF", nil}, + {19.09, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {19.43, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {19.43, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {19.52, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {19.74, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {20.07, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000030", "Dps24", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 425467, "Demonic Pact", 0x0, "BUFF", nil}, + {20.42, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {20.42, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {21.24, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 15999, -1, 0x0, nil, nil}, + {21.37, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000006", "Dps5", 0x510, 0x0, "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, 24907, "Moonkin Aura", 0x0, "BUFF", nil}, + {21.43, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {21.43, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {21.43, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {21.81, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000030", "Dps24", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 425467, "Demonic Pact", 0x0, "BUFF", nil}, + {22.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {22.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {22.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {22.59, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "PARRY", false, 0x0, nil, nil}, + {23.24, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 1942, -1, 0x0, nil, nil}, + {23.39, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 2267, -1, 0x0, nil, nil}, + {23.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {23.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {23.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {23.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {23.43, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DESTROYED", "", nil, 0x0, 0x0, "Creature-0-1-533-1-5923-0000000003", "Poison Cleansing Totem", 0xa48, 0x0, -1, false, 0x0, nil, nil}, + {23.55, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000030", "Dps24", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 425467, "Demonic Pact", 0x0, "BUFF", nil}, + {24.18, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 26613, "Unbalancing Strike", 0x0, "DEBUFF", nil}, + {24.34, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED_DOSE", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 29203, "Healing Way", 0x0, "BUFF", 2}, + {24.34, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 29203, "Healing Way", 0x0, "BUFF", nil}, + {24.36, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED_DOSE", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 29203, "Healing Way", 0x0, "BUFF", 3}, + {24.36, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 29203, "Healing Way", 0x0, "BUFF", nil}, + {24.36, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 16237, "Ancestral Fortitude", 0x0, "BUFF", nil}, + {24.36, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 16237, "Ancestral Fortitude", 0x0, "BUFF", nil}, + {24.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {24.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {24.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {24.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {24.64, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {24.64, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {24.64, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 26613, "Unbalancing Strike", 0x0, "DEBUFF", nil}, + {24.76, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 7242, -1, 0x0, nil, nil}, + {24.81, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED_DOSE", "Player-1-00000026", "Dps20", 0x510, 0x0, "Player-1-00000026", "Dps20", 0x510, 0x0, 428878, "Balefire Bolt", 0x0, "DEBUFF", 3}, + {24.81, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000026", "Dps20", 0x510, 0x0, "Player-1-00000026", "Dps20", 0x510, 0x0, 428878, "Balefire Bolt", 0x0, "DEBUFF", nil}, + {25.18, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 408521, "Riptide", 0x0, "BUFF", nil}, + {25.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {25.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {25.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {25.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {26.09, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 2416, -1, 0x0, nil, nil}, + {26.09, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 29203, "Healing Way", 0x0, "BUFF", nil}, + {26.11, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 29203, "Healing Way", 0x0, "BUFF", nil}, + {26.11, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000003", "Dps2", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 16237, "Ancestral Fortitude", 0x0, "BUFF", nil}, + {26.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {26.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000030", "Dps24", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4561, 0}, + {26.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000024", "Dps18", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4349, 0}, + {26.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000021", "Dps15", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4415, 0}, + {26.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4410, 0}, + {26.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4575, 0}, + {26.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000009", "Healer2", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4876, 0}, + {26.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000008", "Dps7", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4251, 0}, + {26.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000006", "Dps5", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4845, 0}, + {26.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000005", "Dps4", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4507, 0}, + {26.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4057, 0}, + {26.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4826, 0}, + {26.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000002", "Dps1", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4771, 0}, + {26.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Pet-0-1-533-1-213450-0000000002", "Pet2", 0x1112, 0x0, 29107, "Disrupting Shout", 0x0, 4071, 0}, + {26.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Pet-0-1-533-1-1863-0000000001", "Pet1", 0x1112, 0x0, 29107, "Disrupting Shout", 0x0, 4667, 0}, + {26.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000026", "Dps20", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4634, 0}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000030", "Dps24", 0x510, 0x0, "Player-1-00000030", "Dps24", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000030", "Dps24", 0x510, 0x0, "Player-1-00000030", "Dps24", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000021", "Dps15", 0x510, 0x0, "Player-1-00000021", "Dps15", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000021", "Dps15", 0x510, 0x0, "Player-1-00000021", "Dps15", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000021", "Dps15", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000009", "Healer2", 0x510, 0x0, "Player-1-00000009", "Healer2", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000009", "Healer2", 0x510, 0x0, "Player-1-00000009", "Healer2", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000009", "Healer2", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000008", "Dps7", 0x510, 0x0, "Player-1-00000008", "Dps7", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000008", "Dps7", 0x510, 0x0, "Player-1-00000008", "Dps7", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000005", "Dps4", 0x510, 0x0, "Player-1-00000005", "Dps4", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000005", "Dps4", 0x510, 0x0, "Player-1-00000005", "Dps4", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000026", "Dps20", 0x510, 0x0, "Player-1-00000026", "Dps20", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000026", "Dps20", 0x510, 0x0, "Player-1-00000026", "Dps20", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000026", "Dps20", 0x510, 0x0, "Player-1-00000026", "Dps20", 0x510, 0x0, 428878, "Balefire Bolt", 0x0, "DEBUFF", nil}, + {26.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000026", "Dps20", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {26.29, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000005", "Dps4", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {26.29, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000008", "Dps7", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {26.29, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000009", "Healer2", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {26.29, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000021", "Dps15", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {26.29, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000026", "Dps20", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {26.29, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000030", "Dps24", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {26.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {26.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {26.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {26.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, "Creature-0-1-533-1-220064-0000000014", "Frozen Orb", 0xa48, 0x0, 440813, "Frozen Orb", 0x0, "BUFF", nil}, + {26.48, "CHAT_MSG_MONSTER_YELL", "You should have stayed home.", "Instructor Razuvious", "", "", "Dps24", "", 0, 0, "", 0, 3008, nil, 0, false, false, false, false}, + {26.75, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {27.23, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {27.61, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000003", "Dps2", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 16237, "Ancestral Fortitude", 0x0, "BUFF", nil}, + {28.25, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 8647, -1, 0x0, nil, nil}, + {29.60, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {29.96, "UNIT_SPELLCAST_SUCCEEDED", "nameplate2", "Cast-3-1-533-2-29051-0000000551", 29051, "Deathknight Understudy", 63.8, 0.0, "Tank1"}, + {29.98, "UNIT_TARGET", "nameplate2", "Deathknight Understudy", "Target: ??", "TargetOfTarget: ??"}, + {30.36, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "DODGE", false, 0x0, nil, nil}, + {30.65, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 26613, "Unbalancing Strike", 0x0, "DEBUFF", nil}, + {30.98, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 26613, "Unbalancing Strike", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000028", "Dps22", 0x510, 0x0, "Player-1-00000028", "Dps22", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000024", "Dps18", 0x510, 0x0, "Player-1-00000024", "Dps18", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000012", "Dps9", 0x510, 0x0, "Player-1-00000012", "Dps9", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000011", "Dps8", 0x510, 0x0, "Player-1-00000011", "Dps8", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000010", "Tank1", 0x510, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000006", "Dps5", 0x510, 0x0, "Player-1-00000006", "Dps5", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000004", "Dps3", 0x510, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000002", "Dps1", 0x510, 0x0, "Player-1-00000002", "Dps1", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000027", "Dps21", 0x510, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000023", "Dps17", 0x510, 0x0, "Player-1-00000023", "Dps17", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000022", "Dps16", 0x510, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000020", "Dps14", 0x510, 0x0, "Player-1-00000020", "Dps14", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000017", "Dps13", 0x510, 0x0, "Player-1-00000017", "Dps13", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000016", "Dps12", 0x510, 0x0, "Player-1-00000016", "Dps12", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000014", "Dps11", 0x510, 0x0, "Player-1-00000014", "Dps11", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {31.35, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, 408521, "Riptide", 0x0, "BUFF", nil}, + {31.35, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, 29060, "Taunt", 0x0, "DEBUFF", nil}, + {32.33, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 29061, "Shield Wall", 0x0, "BUFF", nil}, + {32.34, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "", nil, 0x0, 0x0, 29061, "Shield Wall", 0x0, nil, nil}, + {33.10, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 1443, -1, 0x0, nil, nil}, + {33.77, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0x1112, 0x0, "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, 29060, "Taunt", 0x0, nil, nil}, + {33.77, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0x1112, 0x0, 8225, -1, 0x0, nil, nil}, + {33.77, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0x1112, 0x0, "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, 29060, "Taunt", 0x0, "DEBUFF", nil}, + {34.20, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000016", "Dps12", 0x510, 0x0, "Player-1-00000016", "Dps12", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {34.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000024", "Dps18", 0x510, 0x0, "Player-1-00000024", "Dps18", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {34.68, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {34.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 29203, "Healing Way", 0x0, "BUFF", nil}, + {34.87, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 16237, "Ancestral Fortitude", 0x0, "BUFF", nil}, + {34.87, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 16237, "Ancestral Fortitude", 0x0, "BUFF", nil}, + {35.42, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0x1112, 0x0, "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0x1112, 0x0, 29061, "Shield Wall", 0x0, "BUFF", nil}, + {35.42, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0x1112, 0x0, "", nil, 0x0, 0x0, 29061, "Shield Wall", 0x0, nil, nil}, + {35.53, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {35.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000014", "Dps11", 0x510, 0x0, "Player-1-00000014", "Dps11", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {36.15, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {36.60, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "ABSORB", false, 0x0, nil, nil}, + {37.10, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 26613, "Unbalancing Strike", 0x0, "DEBUFF", nil}, + {38.54, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {38.70, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {39.22, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0x1112, 0x0, 1829, -1, 0x0, nil, nil}, + {39.22, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0x1112, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {39.22, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0x1112, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {39.22, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0x1112, 0x0, 26613, "Unbalancing Strike", 0x0, "DEBUFF", nil}, + {39.89, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000016", "Dps12", 0x510, 0x0, "Player-1-00000016", "Dps12", 0x510, 0x0, 12328, "Death Wish", 0x0, "DEBUFF", nil}, + {40.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0x1112, 0x0, "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, 29060, "Taunt", 0x0, "DEBUFF", nil}, + {41.11, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {41.11, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000027", "Dps21", 0x510, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {41.11, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000028", "Dps22", 0x510, 0x0, "Player-1-00000028", "Dps22", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {41.11, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000012", "Dps9", 0x510, 0x0, "Player-1-00000012", "Dps9", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {41.11, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000011", "Dps8", 0x510, 0x0, "Player-1-00000011", "Dps8", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {41.11, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000004", "Dps3", 0x510, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {41.11, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000006", "Dps5", 0x510, 0x0, "Player-1-00000006", "Dps5", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {41.11, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000010", "Tank1", 0x510, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {41.11, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000023", "Dps17", 0x510, 0x0, "Player-1-00000023", "Dps17", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {41.11, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000002", "Dps1", 0x510, 0x0, "Player-1-00000002", "Dps1", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {41.11, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000017", "Dps13", 0x510, 0x0, "Player-1-00000017", "Dps13", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {41.11, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000022", "Dps16", 0x510, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {41.11, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000020", "Dps14", 0x510, 0x0, "Player-1-00000020", "Dps14", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {41.32, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 2146, -1, 0x0, nil, nil}, + {41.49, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000020", "Dps14", 0x510, 0x0, "Player-1-00000020", "Dps14", 0x510, 0x0, 12328, "Death Wish", 0x0, "DEBUFF", nil}, + {41.81, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {42.21, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {42.46, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000006", "Dps5", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, 24907, "Moonkin Aura", 0x0, "BUFF", nil}, + {42.48, "UNIT_SPELLCAST_SUCCEEDED", "nameplate4", "Cast-3-1-533-2-20538-00000002D1", 20538, "Deathknight Understudy", 59.6, 0.0, "??"}, + {43.48, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000023", "Dps17", 0x510, 0x0, 5465, -1, 0x0, nil, nil}, + {44.23, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {44.93, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 2437, -1, 0x0, nil, nil}, + {45.23, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, 26613, "Unbalancing Strike", 0x0, "DEBUFF", nil}, + {45.69, "UNIT_SPELLCAST_SUCCEEDED", "nameplate3", "Cast-3-1-533-2-26613-000000041C", 26613, "Instructor Razuvious", 73.7, 0.0, "Tank1"}, + {45.69, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {45.69, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {45.71, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {46.33, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000017", "Dps13", 0x510, 0x0, "Player-1-00000017", "Dps13", 0x510, 0x0, 12328, "Death Wish", 0x0, "DEBUFF", nil}, + {46.38, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {46.41, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 29203, "Healing Way", 0x0, "BUFF", nil}, + {46.45, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 29203, "Healing Way", 0x0, "BUFF", nil}, + {46.83, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 29203, "Healing Way", 0x0, "BUFF", nil}, + {46.84, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 29203, "Healing Way", 0x0, "BUFF", nil}, + {46.98, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 2621, -1, 0x0, nil, nil}, + {48.48, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {48.60, "UNIT_SPELLCAST_SUCCEEDED", "nameplate1", "Cast-3-1-533-2-29051-0000000407", 29051, "Deathknight Understudy", 17.6, 0.0, "Tank1"}, + {48.63, "UNIT_TARGET", "nameplate1", "Deathknight Understudy", "Target: ??", "TargetOfTarget: ??"}, + {49.21, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {49.36, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 16237, "Ancestral Fortitude", 0x0, "BUFF", nil}, + {49.36, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 16237, "Ancestral Fortitude", 0x0, "BUFF", nil}, + {49.56, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 408521, "Riptide", 0x0, "BUFF", nil}, + {49.83, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, 29203, "Healing Way", 0x0, "BUFF", nil}, + {50.06, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {50.23, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REFRESH", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 29203, "Healing Way", 0x0, "BUFF", nil}, + {50.50, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {51.31, "UNIT_TARGET", "nameplate4", "Deathknight Understudy", "Target: Dps3", "TargetOfTarget: Deathknight Understudy"}, + {51.46, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, 16237, "Ancestral Fortitude", 0x0, "BUFF", nil}, + {52.16, "UNIT_SPELLCAST_SUCCEEDED", "nameplate3", "Cast-3-1-533-2-29107-00000000A1", 29107, "Instructor Razuvious", 69.8, 0.0, "Tank1"}, + {52.17, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {52.17, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000029", "Dps23", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4720, 0}, + {52.17, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4092, 0}, + {52.17, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000024", "Dps18", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4654, 0}, + {52.17, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4832, 0}, + {52.17, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000012", "Dps9", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4316, 0}, + {52.17, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000006", "Dps5", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4155, 0}, + {52.17, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4218, 0}, + {52.17, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000002", "Dps1", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4696, 0}, + {52.17, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Pet-0-1-533-1-213450-0000000002", "Pet2", 0x1112, 0x0, 29107, "Disrupting Shout", 0x0, 4257, 0}, + {52.17, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4199, 0}, + {52.17, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4089, 0}, + {52.17, "UNIT_SPELLCAST_SUCCEEDED", "nameplate3", "Cast-3-1-533-2-26613-0000000117", 26613, "Instructor Razuvious", 69.8, 0.0, "Tank1"}, + {52.17, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {52.17, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {52.18, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000029", "Dps23", 0x510, 0x0, "Player-1-00000029", "Dps23", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {52.18, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000029", "Dps23", 0x510, 0x0, "Player-1-00000029", "Dps23", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {52.18, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000029", "Dps23", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {52.18, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {52.18, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {52.19, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {52.19, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {52.19, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000012", "Dps9", 0x510, 0x0, "Player-1-00000012", "Dps9", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {52.19, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000012", "Dps9", 0x510, 0x0, "Player-1-00000012", "Dps9", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {52.19, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {52.19, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {52.19, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {52.19, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000012", "Dps9", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {52.19, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 6, false, 0x0, nil, nil}, + {52.21, "PLAYER_REGEN_ENABLED", "-Leaving combat!"}, + {52.21, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000029", "Dps23", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {52.33, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 29061, "Shield Wall", 0x0, "BUFF", nil}, + {52.41, "CHAT_MSG_MONSTER_EMOTE", "%s lets loose a triumphant shout.", "Instructor Razuvious", "", "", "Dps23", "", 0, 0, "", 0, 3012, nil, 0, false, false, false, false}, + {52.72, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {52.98, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000006", "Dps5", 0x510, 0x0, "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, 24907, "Moonkin Aura", 0x0, "BUFF", nil}, + {53.33, "UNIT_TARGET", "nameplate4", "Deathknight Understudy", "Target: Tank1", "TargetOfTarget: Instructor Razuvious"}, + {53.80, "UNIT_SPELLCAST_SUCCEEDED", "nameplate1", "Cast-3-1-533-2-20538-0000000471", 20538, "Deathknight Understudy", 15.4, 0.0, "??"}, + {53.80, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000016", "Dps12", 0x510, 0x0, 3995, -1, 0x0, nil, nil}, + {53.88, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {54.50, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {54.67, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {55.43, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, 29061, "Shield Wall", 0x0, "BUFF", nil}, + {56.23, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {57.30, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 2947, -1, 0x0, nil, 142}, + {57.50, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {58.00, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {58.18, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 2803, -1, 0x0, nil, nil}, + {58.65, "UNIT_SPELLCAST_SUCCEEDED", "nameplate3", "Cast-3-1-533-2-26613-00000004DF", 26613, "Instructor Razuvious", 66.7, 0.0, "Tank1"}, + {58.65, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {58.65, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {59.74, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "ABSORB", false, 0x0, nil, nil}, + {60.79, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {61.36, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {61.51, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {61.69, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {62.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000028", "Dps22", 0x510, 0x0, "Player-1-00000028", "Dps22", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {62.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000025", "Dps19", 0x510, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {62.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000024", "Dps18", 0x510, 0x0, "Player-1-00000024", "Dps18", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {62.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000023", "Dps17", 0x510, 0x0, "Player-1-00000023", "Dps17", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {62.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000006", "Dps5", 0x510, 0x0, "Player-1-00000006", "Dps5", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {62.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000004", "Dps3", 0x510, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {62.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {62.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000002", "Dps1", 0x510, 0x0, "Player-1-00000002", "Dps1", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {62.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000027", "Dps21", 0x510, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {62.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000022", "Dps16", 0x510, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {62.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000020", "Dps14", 0x510, 0x0, "Player-1-00000020", "Dps14", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {62.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000017", "Dps13", 0x510, 0x0, "Player-1-00000017", "Dps13", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {62.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000016", "Dps12", 0x510, 0x0, "Player-1-00000016", "Dps12", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {62.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000014", "Dps11", 0x510, 0x0, "Player-1-00000014", "Dps11", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {62.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000011", "Dps8", 0x510, 0x0, "Player-1-00000011", "Dps8", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {62.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000010", "Tank1", 0x510, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {63.24, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {64.31, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "ABSORB", false, 0x0, nil, nil}, + {64.38, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, 16237, "Ancestral Fortitude", 0x0, "BUFF", nil}, + {64.38, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 16237, "Ancestral Fortitude", 0x0, "BUFF", nil}, + {64.42, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {64.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 408521, "Riptide", 0x0, "BUFF", nil}, + {64.72, "UNIT_SPELLCAST_SUCCEEDED", "nameplate3", "Cast-3-1-533-2-26613-00000005EA", 26613, "Instructor Razuvious", 63.0, 0.0, "Tank1"}, + {64.72, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {64.72, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {65.02, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 1978, -1, 0x0, nil, nil}, + {65.19, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1348, -1, 0x0, nil, 142}, + {65.22, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 29203, "Healing Way", 0x0, "BUFF", nil}, + {65.22, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, 29203, "Healing Way", 0x0, "BUFF", nil}, + {66.74, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {66.79, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000024", "Dps18", 0x510, 0x0, "Player-1-00000024", "Dps18", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {66.79, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 5164, -1, 0x0, nil, nil}, + {67.23, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000025", "Dps19", 0x510, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {67.81, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 2192, -1, 0x0, nil, 297}, + {68.51, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {68.56, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000030", "Dps24", 0x510, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, 425467, "Demonic Pact", 0x0, "BUFF", nil}, + {68.68, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Creature-0-1-533-1-16803-000000013F", "Deathknight Understudy", 0xa48, 0x0, -1, false, 0x0, nil, nil}, + {68.70, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "PARRY", false, 0x0, nil, nil}, + {68.96, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {70.23, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {70.63, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000014", "Dps11", 0x510, 0x0, "Player-1-00000014", "Dps11", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {71.07, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {71.20, "UNIT_SPELLCAST_SUCCEEDED", "nameplate3", "Cast-3-1-533-2-26613-000000015B", 26613, "Instructor Razuvious", 59.9, 0.0, "Tank1"}, + {71.20, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {71.20, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {72.01, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Creature-0-1-533-1-16803-00000000F8", "Deathknight Understudy", 0xa48, 0x0, -1, false, 0x0, nil, nil}, + {72.02, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {72.20, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {72.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000028", "Dps22", 0x510, 0x0, "Player-1-00000028", "Dps22", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {72.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000023", "Dps17", 0x510, 0x0, "Player-1-00000023", "Dps17", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {72.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000006", "Dps5", 0x510, 0x0, "Player-1-00000006", "Dps5", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {72.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {72.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000004", "Dps3", 0x510, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {72.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000002", "Dps1", 0x510, 0x0, "Player-1-00000002", "Dps1", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {72.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000020", "Dps14", 0x510, 0x0, "Player-1-00000020", "Dps14", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {72.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000027", "Dps21", 0x510, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {72.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000022", "Dps16", 0x510, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {72.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000017", "Dps13", 0x510, 0x0, "Player-1-00000017", "Dps13", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {72.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000016", "Dps12", 0x510, 0x0, "Player-1-00000016", "Dps12", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {72.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000011", "Dps8", 0x510, 0x0, "Player-1-00000011", "Dps8", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {72.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000010", "Tank1", 0x510, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {73.08, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {73.11, "PLAYER_REGEN_DISABLED", "+Entering combat!"}, + {73.12, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {73.16, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {75.53, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {75.70, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "PARRY", false, 0x0, nil, nil}, + {76.24, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 2322, -1, 0x0, nil, nil}, + {77.65, "UNIT_SPELLCAST_SUCCEEDED", "nameplate3", "Cast-3-1-533-2-29107-0000000486", 29107, "Instructor Razuvious", 56.3, 0.0, "Tank1"}, + {77.67, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {77.67, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4194, 0}, + {77.67, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000024", "Dps18", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4712, 0}, + {77.67, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4398, 0}, + {77.67, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000006", "Dps5", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4601, 0}, + {77.67, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4264, 0}, + {77.67, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4193, 0}, + {77.67, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000002", "Dps1", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4689, 0}, + {77.67, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Pet-0-1-533-1-213450-0000000002", "Pet2", 0x1112, 0x0, 29107, "Disrupting Shout", 0x0, 4163, 0}, + {77.67, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4893, 0}, + {77.67, "UNIT_SPELLCAST_SUCCEEDED", "nameplate3", "Cast-3-1-533-2-26613-000000049A", 26613, "Instructor Razuvious", 56.3, 0.0, "Tank1"}, + {77.67, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {77.67, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {77.67, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {77.67, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {77.67, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {77.67, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {79.04, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 2174, -1, 0x0, nil, nil}, + {79.20, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 2085, -1, 0x0, nil, 142}, + {79.64, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 8388, 3905, 0x0, nil, nil}, + {79.64, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000010", "Tank1", 0x510, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {79.64, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000010", "Tank1", 0x510, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {79.67, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000010", "Tank1", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {79.86, "CHAT_MSG_MONSTER_YELL", "You should have stayed home.", "Instructor Razuvious", "", "", "Tank1", "", 0, 0, "", 0, 3021, nil, 0, false, false, false, false}, + {80.89, "UNIT_TARGET", "nameplate3", "Instructor Razuvious", "Target: Dps1", "TargetOfTarget: Instructor Razuvious"}, + {82.56, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000002", "Dps1", 0x510, 0x0, 3953, -1, 0x0, nil, nil}, + {82.71, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "PARRY", false, 0x0, nil, nil}, + {83.01, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000002", "Dps1", 0x510, 0x0, 15457, 13401, 0x0, nil, nil}, + {83.01, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000002", "Dps1", 0x510, 0x0, "Player-1-00000002", "Dps1", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {83.01, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000002", "Dps1", 0x510, 0x0, "Player-1-00000002", "Dps1", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {83.04, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000002", "Dps1", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {83.86, "UNIT_SPELLCAST_SUCCEEDED", "nameplate3", "Cast-3-1-533-2-26613-0000000421", 26613, "Instructor Razuvious", 54.0, 0.0, "Dps1"}, + {83.86, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000006", "Dps5", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {83.86, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000006", "Dps5", 0x510, 0x0, "Player-1-00000006", "Dps5", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {83.86, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000006", "Dps5", 0x510, 0x0, "Player-1-00000006", "Dps5", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {83.86, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000006", "Dps5", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {83.88, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000006", "Dps5", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {83.88, "UNIT_TARGET", "nameplate3", "Instructor Razuvious", "Target: Dps5", "TargetOfTarget: Instructor Razuvious"}, + {84.13, "UNIT_TARGET", "nameplate3", "Instructor Razuvious", "Target: Dps16", "TargetOfTarget: Instructor Razuvious"}, + {84.13, "UNIT_TARGET", "nameplate1", "Deathknight Understudy", "Target: Dps3", "TargetOfTarget: Deathknight Understudy"}, + {85.31, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {86.06, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {86.21, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1869, -1, 0x0, nil, 142}, + {86.26, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {88.45, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {89.56, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {89.71, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 2443, -1, 0x0, nil, nil}, + {90.60, "UNIT_SPELLCAST_SUCCEEDED", "nameplate3", "Cast-3-1-533-2-26613-000000029F", 26613, "Instructor Razuvious", 51.3, 0.0, "Dps16"}, + {90.60, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {90.60, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {90.76, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {92.63, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {93.07, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {93.23, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {94.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000028", "Dps22", 0x510, 0x0, "Player-1-00000028", "Dps22", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {94.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000027", "Dps21", 0x510, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {94.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000025", "Dps19", 0x510, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {94.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000024", "Dps18", 0x510, 0x0, "Player-1-00000024", "Dps18", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {94.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000023", "Dps17", 0x510, 0x0, "Player-1-00000023", "Dps17", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {94.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000022", "Dps16", 0x510, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {94.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000020", "Dps14", 0x510, 0x0, "Player-1-00000020", "Dps14", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {94.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000017", "Dps13", 0x510, 0x0, "Player-1-00000017", "Dps13", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {94.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000016", "Dps12", 0x510, 0x0, "Player-1-00000016", "Dps12", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {94.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {94.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000014", "Dps11", 0x510, 0x0, "Player-1-00000014", "Dps11", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {94.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000011", "Dps8", 0x510, 0x0, "Player-1-00000011", "Dps8", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {94.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000004", "Dps3", 0x510, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {94.27, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {94.90, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, "PARRY", false, 0x0, nil, nil}, + {96.57, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "ABSORB", false, 0x0, nil, nil}, + {96.74, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {97.09, "UNIT_SPELLCAST_SUCCEEDED", "nameplate3", "Cast-3-1-533-2-26613-0000000196", 26613, "Instructor Razuvious", 48.8, 0.0, "Dps16"}, + {97.09, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {97.09, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {97.15, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000014", "Dps11", 0x510, 0x0, "Player-1-00000014", "Dps11", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {97.17, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {97.52, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000025", "Dps19", 0x510, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {98.52, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000024", "Dps18", 0x510, 0x0, "Player-1-00000024", "Dps18", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {98.67, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1711, -1, 0x0, nil, nil}, + {99.49, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {99.77, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {100.97, "UNIT_TARGET", "nameplate1", "Instructor Razuvious", "Target: ??", "TargetOfTarget: ??"}, + {101.71, "UNIT_TARGET", "nameplate1", "Instructor Razuvious", "Target: Dps10", "TargetOfTarget: Instructor Razuvious"}, + {102.17, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1637, -1, 0x0, nil, 283}, + {103.09, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Creature-0-1-533-1-16803-0000000087", "Deathknight Understudy", 0xa48, 0x0, -1, false, 0x0, nil, nil}, + {103.27, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1896, -1, 0x0, nil, 424}, + {103.56, "UNIT_SPELLCAST_SUCCEEDED", "nameplate1", "Cast-3-1-533-2-29107-000000028A", 29107, "Instructor Razuvious", 46.6, 0.0, "Dps10"}, + {103.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {103.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4243, 0}, + {103.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4834, 0}, + {103.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000013", "Dps10", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4265, 0}, + {103.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4771, 0}, + {103.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4110, 0}, + {103.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000001", "Healer1", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4060, 0}, + {103.57, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000013", "Dps10", 0x510, 0x0, 8837, 2145, 0x0, nil, nil}, + {103.57, "UNIT_SPELLCAST_SUCCEEDED", "nameplate1", "Cast-3-1-533-2-26613-00000002A4", 26613, "Instructor Razuvious", 46.6, 0.0, "Dps10"}, + {103.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000013", "Dps10", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {103.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {103.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {103.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {103.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {103.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000001", "Healer1", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {103.58, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000013", "Dps10", 0x510, 0x0, "Player-1-00000013", "Dps10", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {103.58, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000013", "Dps10", 0x510, 0x0, "Player-1-00000013", "Dps10", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {103.58, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000013", "Dps10", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {103.76, "CHAT_MSG_MONSTER_YELL", "You should have stayed home.", "Instructor Razuvious", "", "", "Dps10", "", 0, 0, "", 0, 3027, nil, 0, false, false, false, false}, + {103.78, "UNIT_TARGET", "nameplate1", "Instructor Razuvious", "Target: Dps18", "TargetOfTarget: Instructor Razuvious"}, + {104.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000011", "Dps8", 0x510, 0x0, "Player-1-00000011", "Dps8", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {104.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000027", "Dps21", 0x510, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {104.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000028", "Dps22", 0x510, 0x0, "Player-1-00000028", "Dps22", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {104.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000023", "Dps17", 0x510, 0x0, "Player-1-00000023", "Dps17", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {104.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000022", "Dps16", 0x510, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {104.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000017", "Dps13", 0x510, 0x0, "Player-1-00000017", "Dps13", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {104.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000020", "Dps14", 0x510, 0x0, "Player-1-00000020", "Dps14", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {104.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000016", "Dps12", 0x510, 0x0, "Player-1-00000016", "Dps12", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {104.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {104.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000004", "Dps3", 0x510, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {104.26, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {106.39, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DESTROYED", "", nil, 0x0, 0x0, "Creature-0-1-533-1-7484-0000000006", "Windfury Totem III", 0xa48, 0x0, -1, false, 0x0, nil, nil}, + {106.78, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "PARRY", false, 0x0, nil, nil}, + {108.02, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DESTROYED", "", nil, 0x0, 0x0, "Creature-0-1-533-1-5923-0000000007", "Poison Cleansing Totem", 0xa48, 0x0, -1, false, 0x0, nil, nil}, + {108.91, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000024", "Dps18", 0x510, 0x0, 8326, 1792, 0x0, nil, nil}, + {108.91, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000024", "Dps18", 0x510, 0x0, "Player-1-00000024", "Dps18", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {108.91, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000024", "Dps18", 0x510, 0x0, "Player-1-00000024", "Dps18", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {108.93, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000024", "Dps18", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {110.05, "UNIT_SPELLCAST_SUCCEEDED", "nameplate1", "Cast-3-1-533-2-26613-0000000456", 26613, "Instructor Razuvious", 45.0, 0.0, "Dps18"}, + {110.05, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000017", "Dps13", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {110.05, "UNIT_TARGET", "nameplate1", "Instructor Razuvious", "Target: Dps13", "TargetOfTarget: Instructor Razuvious"}, + {110.06, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000017", "Dps13", 0x510, 0x0, "Player-1-00000017", "Dps13", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {110.06, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000017", "Dps13", 0x510, 0x0, "Player-1-00000017", "Dps13", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {110.06, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000017", "Dps13", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {110.08, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000017", "Dps13", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {110.28, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "ABSORB", false, 0x0, nil, nil}, + {111.67, "UNIT_TARGET", "nameplate1", "Instructor Razuvious", "Target: Dps12", "TargetOfTarget: Instructor Razuvious"}, + {111.67, "UNIT_TARGET", "target", "Instructor Razuvious", "Target: Dps12", "TargetOfTarget: Instructor Razuvious"}, + {112.13, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000016", "Dps12", 0x510, 0x0, 7974, 1825, 0x0, nil, nil}, + {112.13, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000016", "Dps12", 0x510, 0x0, "Player-1-00000016", "Dps12", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {112.13, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000016", "Dps12", 0x510, 0x0, "Player-1-00000016", "Dps12", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {112.18, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000016", "Dps12", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {113.28, "UNIT_TARGET", "nameplate1", "Instructor Razuvious", "Target: Dps14", "TargetOfTarget: Instructor Razuvious"}, + {113.78, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1754, -1, 0x0, nil, nil}, + {115.59, "UNIT_TARGET", "nameplate1", "Instructor Razuvious", "Target: Dps3", "TargetOfTarget: Instructor Razuvious"}, + {116.00, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {116.52, "UNIT_SPELLCAST_SUCCEEDED", "nameplate1", "Cast-3-1-533-2-26613-00000002BB", 26613, "Instructor Razuvious", 42.9, 0.0, "Dps3"}, + {116.52, "UNIT_SPELLCAST_SUCCEEDED", "target", "Cast-3-1-533-2-26613-00000002BB", 26613, "Instructor Razuvious", 42.9, 0.0, "Dps3"}, + {116.52, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {116.52, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {117.31, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {120.36, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {120.79, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 2515, -1, 0x0, nil, nil}, + {122.67, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {123.01, "UNIT_SPELLCAST_SUCCEEDED", "nameplate1", "Cast-3-1-533-2-26613-00000004B1", 26613, "Instructor Razuvious", 40.9, 0.0, "Dps3"}, + {123.01, "UNIT_SPELLCAST_SUCCEEDED", "target", "Cast-3-1-533-2-26613-00000004B1", 26613, "Instructor Razuvious", 40.9, 0.0, "Dps3"}, + {123.01, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {123.01, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {124.29, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {125.84, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000028", "Dps22", 0x510, 0x0, "Player-1-00000028", "Dps22", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {125.84, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000027", "Dps21", 0x510, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {125.84, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000025", "Dps19", 0x510, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {125.84, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000023", "Dps17", 0x510, 0x0, "Player-1-00000023", "Dps17", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {125.84, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000022", "Dps16", 0x510, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {125.84, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000020", "Dps14", 0x510, 0x0, "Player-1-00000020", "Dps14", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {125.84, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {125.84, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000014", "Dps11", 0x510, 0x0, "Player-1-00000014", "Dps11", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {125.84, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000011", "Dps8", 0x510, 0x0, "Player-1-00000011", "Dps8", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {125.84, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000004", "Dps3", 0x510, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {125.84, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {125.84, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000001", "Healer1", 0x510, 0x0, "Player-1-00000001", "Healer1", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {126.51, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {127.81, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {128.71, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000025", "Dps19", 0x510, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {129.48, "UNIT_SPELLCAST_SUCCEEDED", "nameplate1", "Cast-3-1-533-2-29107-0000000227", 29107, "Instructor Razuvious", 39.2, 0.0, "Dps3"}, + {129.49, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {129.49, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4870, 0}, + {129.49, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4783, 0}, + {129.49, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4408, 0}, + {129.49, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4239, 0}, + {129.49, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000001", "Healer1", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4321, 0}, + {129.50, "UNIT_SPELLCAST_SUCCEEDED", "nameplate1", "Cast-3-1-533-2-26613-0000000247", 26613, "Instructor Razuvious", 39.2, 0.0, "Dps3"}, + {129.50, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {129.50, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {129.50, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DESTROYED", "", nil, 0x0, 0x0, "Creature-0-1-533-1-7484-000000000C", "Windfury Totem III", 0xa48, 0x0, -1, false, 0x0, nil, nil}, + {129.50, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {129.50, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {129.50, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {129.50, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {129.61, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000014", "Dps11", 0x510, 0x0, "Player-1-00000014", "Dps11", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {130.35, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "MISS", false, 0x0, nil, nil}, + {131.32, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, "ABSORB", false, 0x0, nil, nil}, + {133.57, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {134.22, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 4856, -1, 0x0, nil, nil}, + {134.82, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1849, -1, 0x0, nil, 186}, + {135.85, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000028", "Dps22", 0x510, 0x0, "Player-1-00000028", "Dps22", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {135.85, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000023", "Dps17", 0x510, 0x0, "Player-1-00000023", "Dps17", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {135.85, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000027", "Dps21", 0x510, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {135.85, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000022", "Dps16", 0x510, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {135.85, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000020", "Dps14", 0x510, 0x0, "Player-1-00000020", "Dps14", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {135.85, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {135.85, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000011", "Dps8", 0x510, 0x0, "Player-1-00000011", "Dps8", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {135.85, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000001", "Healer1", 0x510, 0x0, "Player-1-00000001", "Healer1", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {135.85, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000004", "Dps3", 0x510, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {135.97, "UNIT_SPELLCAST_SUCCEEDED", "nameplate1", "Cast-3-1-533-2-26613-00000004B4", 26613, "Instructor Razuvious", 37.2, 0.0, "Dps3"}, + {135.97, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {135.97, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000004", "Dps3", 0x510, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {135.97, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000004", "Dps3", 0x510, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {135.97, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {135.97, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000004", "Dps3", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {136.17, "CHAT_MSG_MONSTER_YELL", "You should have stayed home.", "Instructor Razuvious", "", "", "Dps3", "", 0, 0, "", 0, 3032, nil, 0, false, false, false, false}, + {137.59, "UNIT_TARGET", "nameplate1", "Instructor Razuvious", "Target: Dps14", "TargetOfTarget: Instructor Razuvious"}, + {137.59, "UNIT_TARGET", "nameplate2", "Deathknight Understudy", "Target: Dps22", "TargetOfTarget: Instructor Razuvious"}, + {138.06, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000020", "Dps14", 0x510, 0x0, 15400, 7898, 0x0, nil, nil}, + {138.06, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000020", "Dps14", 0x510, 0x0, "Player-1-00000020", "Dps14", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {138.06, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000020", "Dps14", 0x510, 0x0, "Player-1-00000020", "Dps14", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {138.10, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000020", "Dps14", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {138.32, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000028", "Dps22", 0x510, 0x0, 5517, 34, 0x0, nil, nil}, + {138.32, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000028", "Dps22", 0x510, 0x0, "Player-1-00000028", "Dps22", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {138.32, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000028", "Dps22", 0x510, 0x0, "Player-1-00000028", "Dps22", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {138.34, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000028", "Dps22", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {139.20, "UNIT_TARGET", "nameplate1", "Instructor Razuvious", "Target: Dps21", "TargetOfTarget: Instructor Razuvious"}, + {139.20, "UNIT_TARGET", "nameplate2", "Deathknight Understudy", "Target: Dps19", "TargetOfTarget: Deathknight Understudy"}, + {140.50, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {141.64, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DESTROYED", "", nil, 0x0, 0x0, "Creature-0-1-533-1-5925-0000000049", "Grounding Totem", 0xa48, 0x0, -1, false, 0x0, nil, nil}, + {141.82, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 3468, -1, 0x0, nil, nil}, + {142.46, "UNIT_SPELLCAST_SUCCEEDED", "nameplate1", "Cast-3-1-533-2-26613-00000001BE", 26613, "Instructor Razuvious", 36.0, 0.0, "Dps21"}, + {142.46, "UNIT_SPELLCAST_SUCCEEDED", "target", "Cast-3-1-533-2-26613-00000001BE", 26613, "Instructor Razuvious", 36.0, 0.0, "Dps21"}, + {142.46, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {142.46, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {142.81, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {145.01, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {145.84, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 2946, -1, 0x0, nil, nil}, + {148.78, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {148.91, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {148.93, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {149.35, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 3002, -1, 0x0, nil, nil}, + {150.98, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {152.87, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 2361, -1, 0x0, nil, nil}, + {153.30, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {153.82, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Creature-0-1-533-1-16803-0000000001", "Deathknight Understudy", 0xa48, 0x0, -1, false, 0x0, nil, nil}, + {155.60, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {155.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "", nil, 0x0, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {155.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4566, 0}, + {155.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4230, 0}, + {155.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4528, 0}, + {155.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DRAIN", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000001", "Healer1", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, 4908, 0}, + {155.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {155.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {155.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {155.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {155.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {155.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000001", "Healer1", 0x510, 0x0, "Player-1-00000001", "Healer1", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {155.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000001", "Healer1", 0x510, 0x0, "Player-1-00000001", "Healer1", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {155.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000001", "Healer1", 0x510, 0x0, 29107, "Disrupting Shout", 0x0, nil, nil}, + {155.84, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000001", "Healer1", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {157.45, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000027", "Dps21", 0x510, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {157.45, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000025", "Dps19", 0x510, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {157.45, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000023", "Dps17", 0x510, 0x0, "Player-1-00000023", "Dps17", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {157.47, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000022", "Dps16", 0x510, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {157.47, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {157.47, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000014", "Dps11", 0x510, 0x0, "Player-1-00000014", "Dps11", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {157.47, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000011", "Dps8", 0x510, 0x0, "Player-1-00000011", "Dps8", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {157.47, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_APPLIED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {157.92, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, "DODGE", false, 0x0, nil, nil}, + {160.97, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000014", "Dps11", 0x510, 0x0, "Player-1-00000014", "Dps11", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {161.79, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 23573, 17870, 0x0, nil, nil}, + {161.79, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000027", "Dps21", 0x510, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {161.79, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000027", "Dps21", 0x510, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {161.79, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000027", "Dps21", 0x510, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {161.82, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000027", "Dps21", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {162.00, "CHAT_MSG_MONSTER_YELL", "You should have stayed home.", "Instructor Razuvious", "", "", "Dps21", "", 0, 0, "", 0, 3041, nil, 0, false, false, false, false}, + {162.29, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {162.31, "UNIT_SPELLCAST_SUCCEEDED", "target", "Cast-3-1-533-2-26613-000000013C", 26613, "Instructor Razuvious", 32.3, 0.0, "Dps21"}, + {162.31, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000014", "Dps11", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {162.32, "UNIT_TARGET", "target", "Instructor Razuvious", "Target: Dps11", "TargetOfTarget: Instructor Razuvious"}, + {162.32, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000014", "Dps11", 0x510, 0x0, "Player-1-00000014", "Dps11", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {162.32, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000014", "Dps11", 0x510, 0x0, "Player-1-00000014", "Dps11", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {162.32, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000014", "Dps11", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {162.32, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000014", "Dps11", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {167.04, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 9184, 4054, 0x0, nil, nil}, + {167.04, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000025", "Dps19", 0x510, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {167.04, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000025", "Dps19", 0x510, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {167.05, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000025", "Dps19", 0x510, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {167.10, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000025", "Dps19", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {167.15, "UNIT_TARGET", "nameplate1", "Instructor Razuvious", "Target: Dps16", "TargetOfTarget: Instructor Razuvious"}, + {167.15, "UNIT_TARGET", "target", "Instructor Razuvious", "Target: Dps16", "TargetOfTarget: Instructor Razuvious"}, + {167.46, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000022", "Dps16", 0x510, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {167.48, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000023", "Dps17", 0x510, 0x0, "Player-1-00000023", "Dps17", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {167.48, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {167.48, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000011", "Dps8", 0x510, 0x0, "Player-1-00000011", "Dps8", 0x510, 0x0, 1219060, "Marching Orders", 0x0, "DEBUFF", nil}, + {168.76, "UNIT_SPELLCAST_SUCCEEDED", "nameplate1", "Cast-3-1-533-2-26613-00000001C1", 26613, "Instructor Razuvious", 31.5, 0.0, "Dps16"}, + {168.76, "UNIT_SPELLCAST_SUCCEEDED", "target", "Cast-3-1-533-2-26613-00000001C1", 26613, "Instructor Razuvious", 31.5, 0.0, "Dps16"}, + {168.76, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {168.76, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000022", "Dps16", 0x510, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {168.76, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000022", "Dps16", 0x510, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {168.76, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {168.76, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000022", "Dps16", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {170.38, "UNIT_TARGET", "nameplate1", "Instructor Razuvious", "Target: Dps17", "TargetOfTarget: Instructor Razuvious"}, + {170.38, "UNIT_TARGET", "target", "Instructor Razuvious", "Target: Dps17", "TargetOfTarget: Instructor Razuvious"}, + {172.98, "UNIT_TARGET", "target", "Instructor Razuvious", "Target: ??", "TargetOfTarget: ??"}, + {173.20, "UNIT_TARGET", "target", "Instructor Razuvious", "Target: Dps8", "TargetOfTarget: Instructor Razuvious"}, + {174.82, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_MISSED", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000011", "Dps8", 0x510, 0x0, "PARRY", false, 0x0, nil, nil}, + {174.82, "UNIT_SPELLCAST_SUCCEEDED", "nameplate1", "Cast-3-1-533-2-26613-000000013D", 26613, "Instructor Razuvious", 31.4, 0.0, "Dps8"}, + {174.82, "UNIT_SPELLCAST_SUCCEEDED", "target", "Cast-3-1-533-2-26613-000000013D", 26613, "Instructor Razuvious", 31.4, 0.0, "Dps8"}, + {174.82, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_CAST_SUCCESS", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000011", "Dps8", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {174.83, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000011", "Dps8", 0x510, 0x0, "Player-1-00000011", "Dps8", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {174.83, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000011", "Dps8", 0x510, 0x0, "Player-1-00000011", "Dps8", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {174.83, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000011", "Dps8", 0x510, 0x0, 26613, "Unbalancing Strike", 0x0, nil, nil}, + {174.84, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000011", "Dps8", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {176.44, "UNIT_TARGET", "nameplate1", "Instructor Razuvious", "Target: Dps2", "TargetOfTarget: Instructor Razuvious"}, + {176.44, "UNIT_TARGET", "target", "Instructor Razuvious", "Target: Dps2", "TargetOfTarget: Instructor Razuvious"}, + {178.34, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 9342, 3822, 0x0, nil, nil}, + {178.34, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {178.34, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000003", "Dps2", 0x510, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {178.37, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000003", "Dps2", 0x510, 0x0, -1, false, 0x0, nil, nil}, + {179.69, "UNIT_TARGET", "nameplate1", "Instructor Razuvious", "Target: Healer3", "TargetOfTarget: Instructor Razuvious"}, + {179.69, "UNIT_TARGET", "target", "Instructor Razuvious", "Target: Healer3", "TargetOfTarget: Instructor Razuvious"}, + {180.44, "COMBAT_LOG_EVENT_UNFILTERED", "SWING_DAMAGE", "Creature-0-1-533-1-16061-0000000001", "Instructor Razuvious", 0xa48, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 20189, 15989, 0x0, nil, nil}, + {180.44, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 1219058, "Marching Orders", 0x0, "DEBUFF", nil}, + {180.44, "COMBAT_LOG_EVENT_UNFILTERED", "SPELL_AURA_REMOVED", "Player-1-00000015", "Healer3", 0x510, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 1218278, "Authority of the Frozen Wastes", 0x0, "DEBUFF", nil}, + {180.46, "COMBAT_LOG_EVENT_UNFILTERED", "UNIT_DIED", "", nil, 0x0, 0x0, "Player-1-00000015", "Healer3", 0x510, 0x0, 7, false, 0x0, nil, nil}, + {180.47, "PLAYER_REGEN_ENABLED", "-Leaving combat!"}, + {181.29, "UNIT_SPELLCAST_SUCCEEDED", "nameplate1", "Cast-3-1-533-2-347564-0000000086", 347564, "Instructor Razuvious", 31.3, 0.0, "Healer3"}, + {181.29, "IsEncounterInProgress()", false} + },--@end-strip-from-release@ + -- LibSerialize/LibDeflate encoded and compressed list of TestLogEntry. If an uncompressed log is specified it is used instead of the compressed version. + compressedLog = "921cWX5r99CAStUANhs(KFa2o(CSvIJX(R33J7LCIToP70RO3pSTsCRZzPtwYw6UZ3DkbhsAcb70jtlKcKbCmdpAIlnmLwOHmG5raQN0b6mm0TmmqMmTfCiLPJyG2gsAbXaP7U)39B3VVVDVtWWentYLr7VD3)7)3))V7Pe6zB6RDQqVwUH6A4jhAICJD8XNiZyt8K5k3AFfRwRYstxRuLOJL)bw6(MV0svV06h9lfQCl9uOgz08fNUqFfNT0EU9pWq5FNVZk5xmF1oRKF(zU06)aoXIoYc5pBHkJgAUj25OThQ8M7RAUItxAPI1kuPVIJuP0jRuOA19C737LVH127H(MJ(to)nF5RP8g7Q3mtC8bhVNJp4WdnoHGMk3aduos2srZxnAFrRLFPtoxTONT0s7e1utnvEtzlKV2CNU48KF7KfNPqLQ1wAMZ2uOqnf6sF5DeANZTR5ABUBBUL7TJ106dC1E(7UMYBTRHhSt8MmWW9C8Cho3qtC8jhQ7(gaVx5YELXpsFdH37(gF8CzlVRUQGx9LQuy)X2V5(JBBJ)3MjILWC)X4)yIA6CxkKgKPIzlJCDyKJLD4S9KBUqy656FJR8ehBp)q06rx)Qy(PssNp6gHpUP5c1EVDeHCIATC5noYazMcZRglxp5g64z7B8mDoaM(B5DKJWTNV4jJoDPfpr(A7eVTBzD3z5N57FnO1ZoRzZmyMEYHUb6bHT8HJ(1321qOXTES9GPY7D1rJM2DtND5war)(58jZyJnr(IN2CnJsjC86UnSWE0FYJqwxuZWjAJOnjgFNDIznVXxNoUhkJpoLUo6QJUI1Dk)BXLxZFWiRjLrQeO1)ktouFtC8S5gFIXgEQCzB6gcDtHAP8TOyrt6yMqipDIuU1bZxmF0Xlt5WtuQwHfJ23H345U0Md92221S152EOv6TJDDf2jP8ggFeSQ8XZm5yzoEMrgzG(isi)CQeJLTCvtlczUn02XFeo2EEAQoE0JmF15cDIS56CYU7gVW7MAXmcMfS1Glt8k9wi)cfQytwiGZTLR9a)tvgB(Y1MFMcH6KViU8XTIII2PaD4dTy5izWg4yNa5xiA3LQuBESHvHqODHz)7(ZzJ)jgv80QcXxBsIpvI32wIWv(fYIxX4yYQnLmTXYn4WhwbtlMvNeMgz6Bgi(831vgSuPINE(IrZSuL8yI(I92XTceD5Tqf401TRmJJ)VMSRUYLlBUSNOw(kNSqTY7OR8vRTFBMC3A)wPJLiM7Ez1D4ZCo06gznPtyKoeQPLhzTMMg2jeeRyvhFCUAlCkXZeBjGDbg6I8zD7pDX8lwO8c5RvWj4oNiHPRASLt3Hp5BGAcVZPi78Me7mAF(SFp5BuEdtw8e5xa7JMOCoETkZF6cHeZ4kaPco6cmzuSqRiw8Tg4qG2Fi0oWYPBBTCZ4G6GwXOQYoeXIfYguLr3mEIeh(DCB767JDe9jqHl3844ijZeL8pZsCJtDSJwh1f(lk5chlc3ZaFl8pFtzMMPkXvCHhAZyHpZ7IkUCmsryA92X7Wv7nIxT3Z92aVE7RbQV7lO6lWH6KWpPAWgUquWzOg5wXilykuA8hB5A)Zg670j2GD25RuiANLwOgMnH3Oyex1R7outi4Djw98bKKY)PEaoa6oK4)Kf(iKOaVeLf4v4VJpgMhqw63V(L2MkATCKDU8q)QRKTWILko)0rhj)01a)eMt9u4FUGA)eenSKgow0Ty3k83AzflwchHK05P7UsPhOqXOdx5eKLQdug6w)f)POm49tSE(8A09y5gVxgA)t6t0mMkRs0hCWZBZbDrF8SdpEoMyssAHAhZix7kstg1PgultPRKXvXS)FbfoRBDw8pZO0qgBlsqShA2cUgUkJAdgUsGXMUkqqnDTCvD6eDNOd6vuIoeHFIbnlNU6ud)B1cYM6P4Ckc0ujYZrIvr8sDK8NLHMMJsy6s6pSeA3GUL9M5QWxpZTFWadoKad2c7f7IKCa)0nGuBiiYUFE(5XVMDsQlc7xqNLBskL40sdz)JSwRyG5HwITXqWKsCxNi(v)o4dd26X)JXNLZVnmI2cYdtq4HX9eCfThGtfVHCQF)c6FMKTYFr9vztmhx3VoR0VNaHzUj(W(1crDJ6btAJnsMXgBkQUqsjbGhDHzolX8hleTnStJceo65FVG4jzdjK3IbHZEgdZvKTL6KZC80ws1azhP8MgP08vlvmAxluiFXQUjo7lR5K)5Ka9FR6lQtzWPG2u7MJ4CpLBKUUc44bLdVqeN4cq(93Wa9jAglLCG0H0Sox3kciAwfjeTP2VMeIGHDJztmfTuml8jOHcT3IbTm9KKGeyuDmnX46Y)KpUMGyylRu86ec4ABB9JTDOYFxNgDPj(81TImkDrXXGslPV5r6rkTcDlaNjDd5mVfdcZMAFZIS92SShM18Hbpmca1rZnHHP5QeXGOHcQLE5W40(B3n1AUwrtBme2Yp8z(CBTCZzNVALLWvOsQyzUslvB7urO7CEowUpJLPVH4YBW7aE6OHdfUL)fVtancdwWCWDOzhNsm3M)1R65AsNBCP99qAMlJxXH1UoyG4Gd7hSAPKyPz15BjMDKRFvp7ue)jjLybFeD0xVO(eW2WpDvVdXj7GJ0rt7oarnbypPorbtXIthVSoy3k62KG9m6i3DmsHAY1ByA7epMiALvN4XTc3YgyRuTFJUfA7ExiZujKB8hzzmflt4nCaD0n4ZHd7TtnnZXt0SnEKq4JTSHN61ETbZxz65iMldxH06tWpvDMYh6hx(MZSuT5kvz(ANnAPzJwBUcrzvvDeCz0filbyO6UizdyOIgE7(jTXrtq2h4dcPHoEqIXhOp0pgDVGF8GBgdeWk(DHGMeDyYEbF4Ux1heJQvtqaiGG8TmhbDuYYaFO7W7deJG(D5Onf6UjRe8HUJMpqmA63LTZB8qnBNpqQzbAQpwj7w2uGMVz79ZQj8danSTpEVArtfbD3BCnJ6M)Ox4O8myhjc6ORcytgbD4vbSXJGMyvalveu6vbS7mc6GYWimUggz)Tyq0221o9ghEqu4YBBQslfTkok9cZeDU83xHOvRH99J)VlTybdAl8oiTfER5RiDlm0KeOTcrDN1oq7WYRRHrwjnsuNumiRFkdlvTAzNFdOvl35tjAj1M9VdxepoLn86YTy0Q(TymECtwlgtytBX4PWRYk0ZXZrvvNiZy9KBc00O190tq7WC7rp0HkVb4)E4zf)om5BhdY(xX1EGfsh8tYB1IMkEWhWdUsDyH4Xp0BJZa01Rjbc1zMlJqFdMKWemdQu0gislLzo08GlJxN7YqE1hfngbe8HoqSesHp0aky)rP3Aa1H0PqN(3MjAsMijZr0cOfRdzXy7Wh6abzwX(qhii5i2h6aXSiGp0bcYmI9XQ9eBrBLSf9gwkIk9BZmTPPktYXevgDMFBMPfDMjiZScQADosWLlW(qhiOd4Sp0bcUXn2hRwc1eQKGYCQHwY)mD7aEBCb0MduZOmiM9oyv5Evlyhdwg22iPlJHzWDMZ)CJp38fWoHps(fwakZcqdLEdW4b4p)wr332j24D42GfFLe6C3GFYoEfs2PxHUgyp1K0x9quEG46SLHmC0DcfwkGSvLRc5OTgBhdl6zxl)ptV8GtTPXJaMCYqBIZ3tTJpYIifHtDjSymLiK77twCfOvlcmbVZuEtCSJZUyd3tnNZCMZJUpxPedLlh2NyIIiUns31KM5)uWwavpfAGDgHCbfadwTJsmVRZb4Qd(IkEImDo(WJ1jD760vNrF0NUYvV(IJL1PmsgCxOHMWN20gwwkuNMOc0Nu(47ZV6gVJsCazvcyfbGTQeayOL2iv6GQJ8lpdZhYoNGTRtPEToMqZqAtNFzziGt1a(wLHaHjdeTugceglq0mziqaRaXTKHOjwJmenXSKHOj2NmeiEqGWcYq0eTsgIgh7YqGWhbIIidrDmeS(C2NLlR91C(D)yGhUSFvYDNCZbxf3BBLUpPmvBfJ3ICVDscBpGARc8oKRD(4UCEi1z(nXGZAnh9kgoi62rgbtwnwC7uUpIGSMHhPDsYQXtBKi0TGt6ep7xaMT0fuasLWBCkiAq3BNJW)zaUURUVFUVxFSPjUaWM6(JYxG2Km9K8DGpeD)seo5Nxo1B76)KiCm7I9KisABKeUDF(Qi5MG1DnE(TceM6q8Y6ejjPLH4Kacg7t9t6c27jg(4ENvul0X8JECifsTju96NkExCI3iePSRdc8(CAYfvUSEmeA9Hci(bA97(mG0V37uN0hQzQxA0JVnw7lE9lvYjwswPsM4c5GsL6DeGtvafhTo0SOts2Wlwptc85oDJUffoITQnmEVFd8oC1UdIrKzgDzszlVrn7N5131Xxg1c6(CTC0la67qVj(NFdszvXywuF)1WEuazGw3v41lsUA7Y3Q)Qiv)EijeYxs4gHDEB2dpbli7VvqR82rNvHG0mws3UAMXK0AgSHxI00AEP5Ze3YWmjsvR9jTvIChACe67TEAAPguhOS2GwEvoZ408WfDn6fFtLtKL5iF1nudYtF73WpuniislV55)RQb5P15nFa1G80x7MFa1G82v7JQg09GoMuRMB(Vunkp33qZNunipTK)njpznaIsTdz3YMMjzULzAhlhu3WRlxX4kDjJvF7FZ8imTHEy0JquFHpK7izDaj6TRaKBAIaiPMnhetGwKkVx(ZR2T7N9VfEOMaGeD)wakRk1pFlJVS8Ko86bj393G7M3JMAcswxWdcfE9O94uGG3JZtfbD6aTcniSOrq7eGDdeuTJXajivUvpVY5CdbpY5M3)afYFFsVXzyDDtQIVUpCe0J4PfRuDowyC)1ud1OrA4z)qG6YBkWdtp3GdprUY7STQrxOqn8)QuPQfIMpATkZV0ILNlFXA0UJwd6f6Jq7fA2VINxKE)0xF7DJ0L5x)pKiPjwMFT6jZVtHpd2KZanYW3HhdG(yRlVB)Hgu9I(ViorqBJuQdDlN4OtsEIJM4QwPjoYMQuoFqPsp)VesBO))76KdeE87QEH9iUeCmsaflYepSstGxq1D9fe2FSz3ShXhEhgqkT1am4lFJHWNGKg2YNaylCUm(eSZxnmzj(AcIuvMVd8M17q0BhdUzrMXEogoFg8EGJ5o44q95n0RQtw(7)nrcEYU8jRpzxbcDj7o4)oVcg)mP7NEcgQaPK(hdjvsptqaIPeM(AzTh(Zq)de7Wxrl)zOxs4j5g9V6yX8W3n3qER6Qb2lO3n6rjGGp0bsBBLLbPPavVG02)wzqA7FRmiT9VvgK2(3kdst7e8cstvXEbPT3QYG02BvzqA7TNmiTnXsgKMEy4fK6(pG13g(JPtBh0hhjc5DP)mk02VFQ(4i0awFrKuA0T6V0cfycCpvjCGE)PWQHSc7Me1zJbxb3ItWEogH(EK(BBSNJ45Yq9C8WGtd(8070qGqTtdm5h3ig0Qopg1x6DHDQHDSIxIbiX2Uhua)EzNa8TsoLdX3g)fYjkGvbMw9w)eMyW(dDulrxbgfAONMwhlGeX3PT19r6EbE8KgwqIcQ9UaN4FoxZXx0K184Kt8tUbYgLYio0jivpN)r3fFfAtZREKMBZOVd6JpgjYTP1iO1j)ckXHMtWB0QxNQ9dUStzKwLlBWHEYyWPvDsjJ(ScLB12RyfOrFrU(RQogmYAsAASkI4zgVtweV4PzFJxGzQTmc(WkvBjFPVwBslJyMsSUnhG1rHyPwir2bldlfmwOXq4bt2G(1kGOTbOciA70QaI22llGOTLUciA70QaIMybYq02hBbeTnJvarBlDfq0enrgI2wDlGOoibbITrmsITbUAzw1wTtHyAIAbTbSjXyKWoxThvtqu25y0h9X61y1Hh)QKVraJQxVlEDmOtMWWYbfWb2UF)qoMJpp5cgFQg3xhNujy91jEcdBEFDsMesexFFD4iC7Da4GK3GHtOgK3oXmNAqEFbLgQb5PjlT8lvdsUg2Wn)SQb5Ttm5vdYBNygvniFDIPl1OyoOaqr2oPllaMg6D0jDgU3rqwTCqjL)W28Xv7FuwwRU5aVLbHqRPnIb60EmhE1)uifdSfrAdifepwet8OSA3ORqcfwfHJ(IT(6uV1SXd4jG3uL6aH3sfAmL0WrHhtzJrqBYtNoUH1sbLkbkm6e0(bSjA)a(Us9daxlFQyKRESa6SOMK7YRj6XX(hM4zePxWyiGAyR)FWTJMI5xtThIu2qCVi(0HVJ8HDMIWm4acelqWm0crMzqa5iXmU1iOBtMzCrkemROXk4wMuf8fdHUTL5Zss3Mz0ZVBx(4bIA65aOgc3nTaswv7cn9Rj(f8eG4hXEJG6t(iEkbOacZ4Ohhp8KHLg(7ilRt4BCYLI8GOhcRam54Ikty0glykeazY3Jy8M9NBcXGzTPWrjmdAX8DR5AXqqKqZoGhnfCHuQ3)dpTU9Nn70G(PVD)5VaeJ6W0322jBSAHvAEFqIBs87vDzXKL0oaAZTKgbctLigzTPJzKu3zV3ooYE4sDnJNvKXRQtFABEs1b7YbEuhdlIheT94qgI2SSeq00eeziAAbImeTjOkGOnDobeT5nkGOnJpbeTz8jGO5zakdrtdgKHOnVrbeT5tlGOoRCIEYxesflOEu)u9OJUBD6r3pOh5wRBG6pWgrhnh9BevJnImtNGze5KICfneJi(K1BejqO0icNk8r7JF80wDi(mKeURhfwsRqhno8CL0RfNIdrBj9yi0yYr8YfF9tbbltN2WjTgJz6OjtQMjJDop1bHwsqCo3e5gRp1ixRzmtI3n6VYJ)8yOhN47fdGDbx(iOjML4895BHgAzQ)ro)LhAPzFLNYwlBqpZNR0ZDFK16CVDSIWu)iWzS6RKxkJFRuzyz87KWiri6DOgJErrt9QCnrD59lJrtM)FqDW8EbRVIgybFTL2OliT8FkDlVNC9zFdGuaZB2(34QLkIzY(Exz6o7x8xtmqeZ1npRNci4B58T(yeluocLcgpH5Y4WTqjcg0fwwLiHV8ClubISQeiQrill8j61EhHkwgzMPAexe9rCrScOhhpf1ogogSpCZhRUy4FdAWjDkqXTBEQiOl4pfCkQKICWVanhCNxqkhCmv))aLHh0sof6XP0JdKIK(omiJrxSAzm6c5lJrxOyzm6IflJrxKwzm6cylJrx4yzm6IhlJrxOuzmQJLYK7jGV68177GEsNuI)kIelrKYB4iZxCMzxQYz5)rBQV(80cWE74U)7fnJjq1uSDof0LWv)3(9Krqd4BFUN25nfY1FbRPirFS1uMeqvGiqWoXv)xhqIsZWWoG)ghpAe0yElo7AnnJzelEJ9p5ehYG4EcHgBz3Pj5zI9M4OEMoLlGG2v2y7kmT9Ee9(2NsQ05upirJ2eGYQIuaPhHyK9xCGiO7qMrqwN3VoDaCMy0dKjjfJGhilCjCsdVxCscpdTe(JfMxdHR0M94I3XT2AfI0wGiOjM7JkPoGe(eXWwVFP92IG2UV6up2O6C35aK8z4mbF5ACPfX5AqwG)diLfizOheMe9oXFtKu6vszPsynji5V1qvmRo59)3XI0))EKN7Er)vEhCz3bLucz5bWQXtaWujGE74psQi7a5(rwal)FbTKRYJom7MK8Ez)FuAAN4XT4VPbLmglAhwAiJXPtt(zpMlJHp39I(KEhCz3bRdJHdqnJHaa7poTc(cCRqhFjEMR15A6LbP9oQLbP9U8LbP9A6LbP92ULbP92ULbP9lBMmiTxKTmiTxKTminbi9cs7thqgeK8f7dPsLWI2e8BLmOonEn(56mjar)9UjXlGxTadN279(hEm6FGnAC9iwjz1Jq(UAG1EjnlgtIS610EfeciQRejY1QbL3cr(mAq5PEIwsPbL3YjEcnOKZcoCZxL(3cqmOvrmxlh(dRKXCwMpvTw2UJR0WM2XwoIvFouDfb9X9DPP8frDzhkgxMVxhYKxusWvW3lYe40jG(tR9IPV37I)NRnfEGj2c2Mg2QUFxYR)GmmUoJKi9z3s2IVH4fF59SSHFb7QlWRJJrkfxEXtwLub)LwpXS6xXPuTvi4fKw)GYG062vgKwNLYG06SugKwhtYG06hugKAVx(aP2zjX9ZBcYKgAH50jVQB7KGfMyYASXwrgrqAWnTT6as8wGfG8)0BfxaHadpXUUJG6Xx1U92r(1cp(rE5U9ql39CEl3nVf8MPG03Ue9Yhe)UPLEuP0VW2407ikV4sFsiRFZ(gpDh7j8n)YGzcdrq1erH9AXiNeB(U4sx(z1kcY2tM6Wsz7XAcSucVX3Boo5W(gq63sYd5OgJhYP)R67zfpxe08EYPg7OI4Coyg1wMK6cCh1hV1mn6HiUbX5S55kwygS3eVStht4cjBqzNXDDw7KoYR1tLslvCgL)XwBzyn96mc8D)IVeCZm5)2qa(gA8y2zoQXtFHqL8mV9I(SUdSSyajdk4y6MgUaHPseeI2Y3xQobNIoCCiFwvd3BhNW97uNVZ8UVm82LpXf4FV)0SaFu(JIv9rGqbPmsBR9eGxI)gUQTpA4sFzgn8dog7pkzAoJXXSGKbN)t(bHECBsEB41txI88TTK0LVr)VfQE7y6QbIxkTk0uZIhhwL6KAghI6uZA57PbLNuZA(X0GYtsxT8z1GYtsxr2hW)8r5beHCaAvc5a0K1JcaEt7rba5JZksacgcu47slgEGfvBKmhH6CB6hWVZTlgb9r8(DMaVojHlbw)9qkJr3v4iJrBIlt)z4b6QtbCYG0wBMmiT1MjdsBojYG0EjFt)cb(ctkSAWlYm7qKkG2uvNjn)LZhXN63X2y4CFB664cjyMDU5DuhqIoRvVvcOiWLrctVUmkgbvYxMh7EDUPCuIMYrRFvrkhKTQpXwPwGr6MrcldBA3mAqihB(3ayYFYliHxCNRKDnWCfTIKaWcAnNNyWMql(HHvjCeMCAXizYXXKvfDW4NmiC(zTiOL81hYzUAa9aMxMD9dN5xtvdUQGJ63GtOgOhK7dKbtpjHU4Q9LotCumZpYFszV7iOh1xNfN5vH)Arazw(bPzwk(D7f(De66NjAFGwJ8z(V4HcRtDoYG0w4Hmi1g5uTVuKlkQXj80fVpC4YgJhcvvEU7f958o4YUdQ5g2xrcqqMHKUNomY6EmmzvTrmDpgeUqSseuvVPYETMjJzyNsr3Htc94MpmrC(8urCHpoWFHFh9YXxRzsBdM5M8tHkfunrswPWUUkzIL(HwIcd3yrHDwb32jeAr55Ux0N37GY77(8UVUf1v4L5)TRjOMIRvvDajkQtakRQ9IAtvG(NCGhusCSqe0IbehjmCCaXHmNKDJd8rjC(VaTt8Z2pFvJ4l)ID)N8Q)mYPuGiGrJi6qDaj90)WeaUgk5hc5Grqdf4iK2irA4i8A8Ja7)zLWofmaKtXLbvKuXihmPdbllQH(3cFWLOMnCeA)U4wpmYv4n77J4okks1xi1BI9fsD2NGe((LqNdDECzoZ(PahRev0O(urTDsgx6)fgKkXww7GFAMEioA1oBxm9RBU))", + duration = 181.29, +} diff --git a/DBM-Test-Vanilla/Season of Discovery/Naxxramas/Reports/Razuvious-PTR.lua b/DBM-Test-Vanilla/Season of Discovery/Naxxramas/Reports/Razuvious-PTR.lua new file mode 100644 index 00000000..88fd08bf --- /dev/null +++ b/DBM-Test-Vanilla/Season of Discovery/Naxxramas/Reports/Razuvious-PTR.lua @@ -0,0 +1,93 @@ +DBM.Test:Report[[ +Test: SoD/Naxx/Razuvious/PTR +Mod: DBM-Raids-Vanilla/RazuviousVanilla + +Findings: + Unused event registration: UNIT_DIED + +Unused objects: + None + +Timers: + Taunt, time=60.00, type=cd, spellId=29060, triggerDeltas = 33.77 + [ 33.77] SPELL_CAST_SUCCESS: [Deathknight Understudy->Instructor Razuvious: Taunt] Creature-0-1-533-1-16803-0000000087, Deathknight Understudy, 0x1112, Creature-0-1-533-1-16061-0000000001, Instructor Razuvious, 0xa48, 29060, Taunt, 0, 0 + Shield Wall fades, time=20.00, type=fades, spellId=29061, triggerDeltas = 35.42 + [ 35.42] SPELL_CAST_SUCCESS: [Deathknight Understudy: Shield Wall] Creature-0-1-533-1-16803-0000000087, Deathknight Understudy, 0x1112, "", nil, 0x0, 29061, Shield Wall, 0, 0 + Disrupting Shout, time=25.80, type=cd, spellId=29107, triggerDeltas = 0.00, 26.26, 25.91, 25.50, 25.90, 25.92, 26.33 + [ 0.00] ENCOUNTER_START: 1113, Instructor Razuvious, 186, 40, 0 + [ 26.26] SPELL_CAST_SUCCESS: [Instructor Razuvious: Disrupting Shout] Creature-0-1-533-1-16061-0000000001, Instructor Razuvious, 0xa48, "", nil, 0x0, 29107, Disrupting Shout, 0, 0 + Triggered 6x, delta times: 26.26, 25.91, 25.50, 25.90, 25.92, 26.33 + +Announces: + Shield Wall ends in 5 seconds, type=nil, spellId=, triggerDeltas = 50.42 + [ 50.42] Scheduled at 35.42 by SPELL_CAST_SUCCESS: [Deathknight Understudy: Shield Wall] Creature-0-1-533-1-16803-0000000087, Deathknight Understudy, 0x1112, "", nil, 0x0, 29061, Shield Wall, 0, 0 + Disrupting Shout soon, type=soon, spellId=29107, triggerDeltas = 19.00, 27.26, 25.91, 25.50, 25.90, 25.92, 26.33 + [ 19.00] Scheduled at 0.00 by ENCOUNTER_START: 1113, Instructor Razuvious, 186, 40, 0 + [ 46.26] Scheduled at 26.26 by SPELL_CAST_SUCCESS: [Instructor Razuvious: Disrupting Shout] Creature-0-1-533-1-16061-0000000001, Instructor Razuvious, 0xa48, "", nil, 0x0, 29107, Disrupting Shout, 0, 0 + [ 72.17] Scheduled at 52.17 by SPELL_CAST_SUCCESS: [Instructor Razuvious: Disrupting Shout] Creature-0-1-533-1-16061-0000000001, Instructor Razuvious, 0xa48, "", nil, 0x0, 29107, Disrupting Shout, 0, 0 + [ 97.67] Scheduled at 77.67 by SPELL_CAST_SUCCESS: [Instructor Razuvious: Disrupting Shout] Creature-0-1-533-1-16061-0000000001, Instructor Razuvious, 0xa48, "", nil, 0x0, 29107, Disrupting Shout, 0, 0 + [123.57] Scheduled at 103.57 by SPELL_CAST_SUCCESS: [Instructor Razuvious: Disrupting Shout] Creature-0-1-533-1-16061-0000000001, Instructor Razuvious, 0xa48, "", nil, 0x0, 29107, Disrupting Shout, 0, 0 + [149.49] Scheduled at 129.49 by SPELL_CAST_SUCCESS: [Instructor Razuvious: Disrupting Shout] Creature-0-1-533-1-16061-0000000001, Instructor Razuvious, 0xa48, "", nil, 0x0, 29107, Disrupting Shout, 0, 0 + [175.82] Scheduled at 155.82 by SPELL_CAST_SUCCESS: [Instructor Razuvious: Disrupting Shout] Creature-0-1-533-1-16061-0000000001, Instructor Razuvious, 0xa48, "", nil, 0x0, 29107, Disrupting Shout, 0, 0 + Disrupting Shout, type=spell, spellId=29107, triggerDeltas = 26.26, 25.91, 25.50, 25.90, 25.92, 26.33 + [ 26.26] SPELL_CAST_SUCCESS: [Instructor Razuvious: Disrupting Shout] Creature-0-1-533-1-16061-0000000001, Instructor Razuvious, 0xa48, "", nil, 0x0, 29107, Disrupting Shout, 0, 0 + Triggered 6x, delta times: 26.26, 25.91, 25.50, 25.90, 25.92, 26.33 + +Special warnings: + None + +Yells: + None + +Voice pack sounds: + None + +Icons: + None + +Event trace: + [ 0.00] ENCOUNTER_START: 1113, Instructor Razuvious, 186, 40, 0 + StartCombat: ENCOUNTER_START + RegisterEvents: Regular, SPELL_CAST_SUCCESS 29107 29060 29061, UNIT_DIED + StartTimer: 26.3, Disrupting Shout + ScheduleTask: announce29107soon:Schedule() at 19.00 (+19.00) + ShowAnnounce: Disrupting Shout soon + [ 26.26] SPELL_CAST_SUCCESS: [Instructor Razuvious: Disrupting Shout] Creature-0-1-533-1-16061-0000000001, Instructor Razuvious, 0xa48, "", nil, 0x0, 29107, Disrupting Shout, 0, 0 + StartTimer: 26.3, Disrupting Shout + ShowAnnounce: Disrupting Shout + ScheduleTask: announce29107soon:Schedule() at 46.26 (+20.00) + ShowAnnounce: Disrupting Shout soon + [ 33.77] SPELL_CAST_SUCCESS: [Deathknight Understudy->Instructor Razuvious: Taunt] Creature-0-1-533-1-16803-0000000087, Deathknight Understudy, 0x1112, Creature-0-1-533-1-16061-0000000001, Instructor Razuvious, 0xa48, 29060, Taunt, 0, 0 + StartTimer: 60.0, Taunt + [ 35.42] SPELL_CAST_SUCCESS: [Deathknight Understudy: Shield Wall] Creature-0-1-533-1-16803-0000000087, Deathknight Understudy, 0x1112, "", nil, 0x0, 29061, Shield Wall, 0, 0 + StartTimer: 20.0, Shield Wall fades + ScheduleTask: announce:Schedule() at 50.42 (+15.00) + ShowAnnounce: Shield Wall ends in 5 seconds + [ 52.17] SPELL_CAST_SUCCESS: [Instructor Razuvious: Disrupting Shout] Creature-0-1-533-1-16061-0000000001, Instructor Razuvious, 0xa48, "", nil, 0x0, 29107, Disrupting Shout, 0, 0 + StartTimer: 26.3, Disrupting Shout + ShowAnnounce: Disrupting Shout + ScheduleTask: announce29107soon:Schedule() at 72.17 (+20.00) + ShowAnnounce: Disrupting Shout soon + [ 77.67] SPELL_CAST_SUCCESS: [Instructor Razuvious: Disrupting Shout] Creature-0-1-533-1-16061-0000000001, Instructor Razuvious, 0xa48, "", nil, 0x0, 29107, Disrupting Shout, 0, 0 + StartTimer: 26.3, Disrupting Shout + ShowAnnounce: Disrupting Shout + ScheduleTask: announce29107soon:Schedule() at 97.67 (+20.00) + ShowAnnounce: Disrupting Shout soon + [103.57] SPELL_CAST_SUCCESS: [Instructor Razuvious: Disrupting Shout] Creature-0-1-533-1-16061-0000000001, Instructor Razuvious, 0xa48, "", nil, 0x0, 29107, Disrupting Shout, 0, 0 + StartTimer: 26.3, Disrupting Shout + ShowAnnounce: Disrupting Shout + ScheduleTask: announce29107soon:Schedule() at 123.57 (+20.00) + ShowAnnounce: Disrupting Shout soon + [129.49] SPELL_CAST_SUCCESS: [Instructor Razuvious: Disrupting Shout] Creature-0-1-533-1-16061-0000000001, Instructor Razuvious, 0xa48, "", nil, 0x0, 29107, Disrupting Shout, 0, 0 + StartTimer: 26.3, Disrupting Shout + ShowAnnounce: Disrupting Shout + ScheduleTask: announce29107soon:Schedule() at 149.49 (+20.00) + ShowAnnounce: Disrupting Shout soon + [155.82] SPELL_CAST_SUCCESS: [Instructor Razuvious: Disrupting Shout] Creature-0-1-533-1-16061-0000000001, Instructor Razuvious, 0xa48, "", nil, 0x0, 29107, Disrupting Shout, 0, 0 + StartTimer: 26.3, Disrupting Shout + ShowAnnounce: Disrupting Shout + ScheduleTask: announce29107soon:Schedule() at 175.82 (+20.00) + ShowAnnounce: Disrupting Shout soon + Unknown trigger + EndCombat: checkWipe +]] From ec1374d9f6cb41f160e85f894e8a5b2eceede420 Mon Sep 17 00:00:00 2001 From: Paul Emmerich Date: Sun, 22 Dec 2024 12:07:40 +0100 Subject: [PATCH 2/2] Naxx: Split stats by normal/heroic/mythic on SoD --- .../VanillaNaxx/ArachnidQuarter/Anub'Rekhan.lua | 6 ++++++ DBM-Raids-Vanilla/VanillaNaxx/ArachnidQuarter/Faerlina.lua | 6 ++++++ DBM-Raids-Vanilla/VanillaNaxx/ArachnidQuarter/Maexxna.lua | 6 ++++++ DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Gluth.lua | 6 ++++++ .../VanillaNaxx/ConstructQuarter/Grobbulus.lua | 6 ++++++ .../VanillaNaxx/ConstructQuarter/Patchwerk.lua | 6 ++++++ DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Thaddius.lua | 6 ++++++ DBM-Raids-Vanilla/VanillaNaxx/FrostwyrmLair/Kel'Thuzad.lua | 6 ++++++ DBM-Raids-Vanilla/VanillaNaxx/FrostwyrmLair/Sapphiron.lua | 6 ++++++ DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Gothik.lua | 6 ++++++ DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Horsemen.lua | 6 ++++++ DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Razuvious.lua | 6 ++++++ DBM-Raids-Vanilla/VanillaNaxx/PlagueQuarter/Heigan.lua | 6 ++++++ DBM-Raids-Vanilla/VanillaNaxx/PlagueQuarter/Loatheb.lua | 6 ++++++ DBM-Raids-Vanilla/VanillaNaxx/PlagueQuarter/Noth.lua | 6 ++++++ 15 files changed, 90 insertions(+) diff --git a/DBM-Raids-Vanilla/VanillaNaxx/ArachnidQuarter/Anub'Rekhan.lua b/DBM-Raids-Vanilla/VanillaNaxx/ArachnidQuarter/Anub'Rekhan.lua index 53465711..7660cd06 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/ArachnidQuarter/Anub'Rekhan.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/ArachnidQuarter/Anub'Rekhan.lua @@ -1,6 +1,12 @@ local mod = DBM:NewMod("AnubRekhanVanilla", "DBM-Raids-Vanilla", 1) local L = mod:GetLocalizedStrings() +if DBM:IsSeasonal("SeasonOfDiscovery") then + mod.statTypes = "normal,heroic,mythic" +else + mod.statTypes = "normal" +end + mod:SetRevision("@file-date-integer@") mod:SetCreatureID(15956) mod:SetEncounterID(1107) diff --git a/DBM-Raids-Vanilla/VanillaNaxx/ArachnidQuarter/Faerlina.lua b/DBM-Raids-Vanilla/VanillaNaxx/ArachnidQuarter/Faerlina.lua index a9f7d540..99fc508e 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/ArachnidQuarter/Faerlina.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/ArachnidQuarter/Faerlina.lua @@ -1,6 +1,12 @@ local mod = DBM:NewMod("FaerlinaVanilla", "DBM-Raids-Vanilla", 1) local L = mod:GetLocalizedStrings() +if DBM:IsSeasonal("SeasonOfDiscovery") then + mod.statTypes = "normal,heroic,mythic" +else + mod.statTypes = "normal" +end + mod:SetRevision("@file-date-integer@") mod:SetCreatureID(15953) mod:SetEncounterID(1110) diff --git a/DBM-Raids-Vanilla/VanillaNaxx/ArachnidQuarter/Maexxna.lua b/DBM-Raids-Vanilla/VanillaNaxx/ArachnidQuarter/Maexxna.lua index 7908c82c..a95dba57 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/ArachnidQuarter/Maexxna.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/ArachnidQuarter/Maexxna.lua @@ -1,6 +1,12 @@ local mod = DBM:NewMod("MaexxnaVanilla", "DBM-Raids-Vanilla", 1) local L = mod:GetLocalizedStrings() +if DBM:IsSeasonal("SeasonOfDiscovery") then + mod.statTypes = "normal,heroic,mythic" +else + mod.statTypes = "normal" +end + mod:SetRevision("@file-date-integer@") mod:SetCreatureID(15952) mod:SetEncounterID(1116) diff --git a/DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Gluth.lua b/DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Gluth.lua index 54319820..217bbcfe 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Gluth.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Gluth.lua @@ -1,6 +1,12 @@ local mod = DBM:NewMod("GluthVanilla", "DBM-Raids-Vanilla", 1) local L = mod:GetLocalizedStrings() +if DBM:IsSeasonal("SeasonOfDiscovery") then + mod.statTypes = "normal,heroic,mythic" +else + mod.statTypes = "normal" +end + mod:SetRevision("@file-date-integer@") mod:SetCreatureID(15932) mod:SetEncounterID(1108) diff --git a/DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Grobbulus.lua b/DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Grobbulus.lua index 8e7c69e2..73471f8e 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Grobbulus.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Grobbulus.lua @@ -1,6 +1,12 @@ local mod = DBM:NewMod("GrobbulusVanilla", "DBM-Raids-Vanilla", 1) local L = mod:GetLocalizedStrings() +if DBM:IsSeasonal("SeasonOfDiscovery") then + mod.statTypes = "normal,heroic,mythic" +else + mod.statTypes = "normal" +end + mod:SetRevision("@file-date-integer@") mod:SetCreatureID(15931) mod:SetEncounterID(1111) diff --git a/DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Patchwerk.lua b/DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Patchwerk.lua index dc486613..53207f5e 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Patchwerk.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Patchwerk.lua @@ -1,6 +1,12 @@ local mod = DBM:NewMod("PatchwerkVanilla", "DBM-Raids-Vanilla", 1) local L = mod:GetLocalizedStrings() +if DBM:IsSeasonal("SeasonOfDiscovery") then + mod.statTypes = "normal,heroic,mythic" +else + mod.statTypes = "normal" +end + mod:SetRevision("@file-date-integer@") mod:SetCreatureID(16028) mod:SetEncounterID(1118) diff --git a/DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Thaddius.lua b/DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Thaddius.lua index 7566d580..74f0e714 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Thaddius.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/ConstructQuarter/Thaddius.lua @@ -2,6 +2,12 @@ local mod = DBM:NewMod("ThaddiusVanilla", "DBM-Raids-Vanilla", 1) local L = mod:GetLocalizedStrings() +if DBM:IsSeasonal("SeasonOfDiscovery") then + mod.statTypes = "normal,heroic,mythic" +else + mod.statTypes = "normal" +end + mod:SetRevision("@file-date-integer@") mod:SetCreatureID(15928) mod:SetEncounterID(1120) diff --git a/DBM-Raids-Vanilla/VanillaNaxx/FrostwyrmLair/Kel'Thuzad.lua b/DBM-Raids-Vanilla/VanillaNaxx/FrostwyrmLair/Kel'Thuzad.lua index a7c35466..85303d0a 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/FrostwyrmLair/Kel'Thuzad.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/FrostwyrmLair/Kel'Thuzad.lua @@ -1,6 +1,12 @@ local mod = DBM:NewMod("KelThuzadVanilla", "DBM-Raids-Vanilla", 1) local L = mod:GetLocalizedStrings() +if DBM:IsSeasonal("SeasonOfDiscovery") then + mod.statTypes = "normal,heroic,mythic" +else + mod.statTypes = "normal" +end + mod:SetRevision("@file-date-integer@") mod:SetCreatureID(15990) mod:SetEncounterID(1114) diff --git a/DBM-Raids-Vanilla/VanillaNaxx/FrostwyrmLair/Sapphiron.lua b/DBM-Raids-Vanilla/VanillaNaxx/FrostwyrmLair/Sapphiron.lua index 4f7fd19a..a5ae8b19 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/FrostwyrmLair/Sapphiron.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/FrostwyrmLair/Sapphiron.lua @@ -1,6 +1,12 @@ local mod = DBM:NewMod("SapphironVanilla", "DBM-Raids-Vanilla", 1) local L = mod:GetLocalizedStrings() +if DBM:IsSeasonal("SeasonOfDiscovery") then + mod.statTypes = "normal,heroic,mythic" +else + mod.statTypes = "normal" +end + mod:SetRevision("@file-date-integer@") mod:SetCreatureID(15989) mod:SetEncounterID(1119) diff --git a/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Gothik.lua b/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Gothik.lua index 7eaf9f88..270af67b 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Gothik.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Gothik.lua @@ -1,6 +1,12 @@ local mod = DBM:NewMod("GothikVanilla", "DBM-Raids-Vanilla", 1) local L = mod:GetLocalizedStrings() +if DBM:IsSeasonal("SeasonOfDiscovery") then + mod.statTypes = "normal,heroic,mythic" +else + mod.statTypes = "normal" +end + mod:SetRevision("@file-date-integer@") mod:SetCreatureID(16060) mod:SetEncounterID(1109) diff --git a/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Horsemen.lua b/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Horsemen.lua index 37f460b5..23c91c4d 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Horsemen.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Horsemen.lua @@ -1,6 +1,12 @@ local mod = DBM:NewMod("HorsemenVanilla", "DBM-Raids-Vanilla", 1) local L = mod:GetLocalizedStrings() +if DBM:IsSeasonal("SeasonOfDiscovery") then + mod.statTypes = "normal,heroic,mythic" +else + mod.statTypes = "normal" +end + mod:SetRevision("@file-date-integer@") mod:SetCreatureID(16062, 16063, 16064, 16065)--30549 mod:SetEncounterID(1121) diff --git a/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Razuvious.lua b/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Razuvious.lua index a5c46eca..a64683de 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Razuvious.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Razuvious.lua @@ -9,6 +9,12 @@ mod:SetZone(533) mod:RegisterCombat("combat_yell", L.Yell1, L.Yell2, L.Yell3, L.Yell4) +if DBM:IsSeasonal("SeasonOfDiscovery") then + mod.statTypes = "normal,heroic,mythic" +else + mod.statTypes = "normal" +end + mod:RegisterEventsInCombat( "SPELL_CAST_SUCCESS 29107 29060 29061",--55543 "UNIT_DIED" diff --git a/DBM-Raids-Vanilla/VanillaNaxx/PlagueQuarter/Heigan.lua b/DBM-Raids-Vanilla/VanillaNaxx/PlagueQuarter/Heigan.lua index 21e53990..2db8cc04 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/PlagueQuarter/Heigan.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/PlagueQuarter/Heigan.lua @@ -1,6 +1,12 @@ local mod = DBM:NewMod("HeiganVanilla", "DBM-Raids-Vanilla", 1) local L = mod:GetLocalizedStrings() +if DBM:IsSeasonal("SeasonOfDiscovery") then + mod.statTypes = "normal,heroic,mythic" +else + mod.statTypes = "normal" +end + mod:SetRevision("@file-date-integer@") mod:SetCreatureID(15936) mod:SetEncounterID(1112) diff --git a/DBM-Raids-Vanilla/VanillaNaxx/PlagueQuarter/Loatheb.lua b/DBM-Raids-Vanilla/VanillaNaxx/PlagueQuarter/Loatheb.lua index 28b8680a..c8327278 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/PlagueQuarter/Loatheb.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/PlagueQuarter/Loatheb.lua @@ -1,6 +1,12 @@ local mod = DBM:NewMod("LoathebVanilla", "DBM-Raids-Vanilla", 1) local L = mod:GetLocalizedStrings() +if DBM:IsSeasonal("SeasonOfDiscovery") then + mod.statTypes = "normal,heroic,mythic" +else + mod.statTypes = "normal" +end + mod:SetRevision("@file-date-integer@") mod:SetCreatureID(16011) mod:SetEncounterID(1115) diff --git a/DBM-Raids-Vanilla/VanillaNaxx/PlagueQuarter/Noth.lua b/DBM-Raids-Vanilla/VanillaNaxx/PlagueQuarter/Noth.lua index f9b8bcc6..e5fde3b4 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/PlagueQuarter/Noth.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/PlagueQuarter/Noth.lua @@ -1,6 +1,12 @@ local mod = DBM:NewMod("NothVanilla", "DBM-Raids-Vanilla", 1) local L = mod:GetLocalizedStrings() +if DBM:IsSeasonal("SeasonOfDiscovery") then + mod.statTypes = "normal,heroic,mythic" +else + mod.statTypes = "normal" +end + mod:SetRevision("@file-date-integer@") mod:SetCreatureID(15954) mod:SetEncounterID(1117)