Skip to content

Commit

Permalink
Alerts: Fix codex id.
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 28, 2016
1 parent e90cbb8 commit bae08d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Alerts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ do -- COMBAT_LOG_EVENT_UNFILTERED
-- Codex handling
local prev = nil
function module:UNIT_SPELLCAST_SUCCEEDED(unit, spellName, _, spellCastGUID, spellId)
if spellId == 226234 and spellCastGUID ~= prev then -- Codex of the Tranquil Mind
if spellId == 226241 and spellCastGUID ~= prev then -- Codex of the Tranquil Mind
prev = spellCastGUID
local srcName, srcGUID, srcRaidFlags = self:UnitName(unit), UnitGUID(unit), 0
local icon = GetRaidTargetIndex(unit)
Expand Down

0 comments on commit bae08d2

Please sign in to comment.