From ac3400422925451f4681d321ddaf35df6febb793 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Thu, 1 Apr 2010 05:52:40 -0400 Subject: [PATCH] Added private.flag_members --- Constants.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Constants.lua b/Constants.lua index b622269..7911215 100644 --- a/Constants.lua +++ b/Constants.lua @@ -302,6 +302,15 @@ private.bit_flags = { private.item_flags_word1, } +-- Member names within a recipe's flags table. +private.flag_members = { + "common1", + "class1", + "reputation1", + "reputation2", + "item1", +} + ------------------------------------------------------------------------------- -- Acquire types. ------------------------------------------------------------------------------- -- 1.7.9.5