Blood and Frost presence are wrong #239


  • New
  • Patch
Open
Assigned to ckknight
  • _ForgeUser1261618 created this issue Mar 22, 2014

    The spell id for Blood and Frost presence are wrong.

    --- a/Data/TriggerConditions.lua
    +++ b/Data/TriggerConditions.lua
    @@ -974,8 +974,8 @@ Parrot:RegisterSecondaryTriggerCondition {
            param = {
                    type = 'select',
                    values = {
    -                       ["Blood Presence"] = GetSpellInfo(50475),
    -                       ["Frost Presence"] = GetSpellInfo(61261),
    +                       ["Blood Presence"] = GetSpellInfo(48263),
    +                       ["Frost Presence"] = GetSpellInfo(48266),
                            ["Unholy Presence"] = GetSpellInfo(55222),
                    }
            },
    
  • _ForgeUser1261618 added the tags New Patch Mar 22, 2014

To post a comment, please login or register a new account.