Mercurial > wow > wowdb-profiler
diff Constants.lua @ 10:94bc939c2ca6
Minor refactoring. Added recording of quest-givers.
author | James D. Callahan III <jcallahan@curse.com> |
---|---|
date | Mon, 30 Apr 2012 17:14:23 -0500 |
parents | d9375a473042 |
children | 86f02232a9e5 |
line wrap: on
line diff
--- a/Constants.lua Mon Apr 30 15:42:28 2012 -0500 +++ b/Constants.lua Mon Apr 30 17:14:23 2012 -0500 @@ -20,12 +20,23 @@ private.UNIT_TYPES = { PLAYER = 0, OBJECT = 1, + UNKNOWN = 2, NPC = 3, PET = 4, VEHICLE = 5, } +private.UNIT_TYPE_NAMES = { + "PLAYER", + "OBJECT", + "UNKNOWN", + "NPC", + "PET", + "VEHICLE", +} + + private.ACTION_TYPE_FLAGS = { ITEM = 0x00000001, NPC = 0x00000002,