Mercurial > wow > wowdb-profiler
diff Constants.lua @ 23:2ff0171bddae
Record spells/skills an NPC uses.
author | James D. Callahan III <jcallahan@curse.com> |
---|---|
date | Mon, 14 May 2012 12:25:10 -0500 |
parents | 86f02232a9e5 |
children | 4668938a63e5 |
line wrap: on
line diff
--- a/Constants.lua Thu May 10 12:00:50 2012 -0500 +++ b/Constants.lua Mon May 14 12:25:10 2012 -0500 @@ -68,10 +68,10 @@ DISENCHANT = AF.ITEM, ENGINEERING = AF.NPC, FISHING = AF.ZONE, - HERB_GATHERING = bit.bxor(AF.NPC, AF.OBJECT), + HERB_GATHERING = bit.bor(AF.NPC, AF.OBJECT), MILLING = AF.ITEM, MIND_CONTROL = AF.NPC, - MINING = bit.bxor(AF.NPC, AF.OBJECT), + MINING = bit.bor(AF.NPC, AF.OBJECT), OPENING = AF.OBJECT, PICK_POCKET = AF.NPC, PROSPECTING = AF.ITEM,