comparison Main.lua @ 417:929d2b27a087

Added new spell ID for Chi Wave to blacklist.
author MMOSimca <MMOSimca@gmail.com>
date Wed, 07 Jan 2015 01:38:31 -0500
parents 837a3a525a76
children df4820871122
comparison
equal deleted inserted replaced
416:e7b6a1de7df9 417:929d2b27a087
1739 1739
1740 -- Spells that are cast by players that are mistakely assigned as being cast by the target; must be blacklisted 1740 -- Spells that are cast by players that are mistakely assigned as being cast by the target; must be blacklisted
1741 local BLACKLISTED_SPELLS = { 1741 local BLACKLISTED_SPELLS = {
1742 [117526] = true, -- Binding Shot 1742 [117526] = true, -- Binding Shot
1743 [132464] = true, -- Chi Wave 1743 [132464] = true, -- Chi Wave
1744 [132467] = true, -- Chi Wave
1744 [121308] = true, -- Disguise 1745 [121308] = true, -- Disguise
1745 } 1746 }
1746 1747
1747 local function RecordNPCSpell(sub_event, source_guid, source_name, source_flags, dest_guid, dest_name, dest_flags, spell_id, spell_name) 1748 local function RecordNPCSpell(sub_event, source_guid, source_name, source_flags, dest_guid, dest_name, dest_flags, spell_id, spell_name)
1748 if not spell_id or BLACKLISTED_SPELLS[spell_id] then 1749 if not spell_id or BLACKLISTED_SPELLS[spell_id] then