mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- BaseType: skip empty arrays in condition
- BaseFilter: defined selectAll / selectNone magic numbers - Item: * fixed formating error for required arena rating * filters for purchasablewith -item; -currency; -honor; -arena; reqarenarating - Zone: * removed extra escape for globals * token changes to ZoneList... still not really usable - Events: prevent selecting arbitrary related events on empty list - Factions: * added filter-links to relTabs * added relTab for factionspecific GameObjects - Spell: * parse information for aura:forceReaction * added relTab Zones to display info from spell_area - JS: * added display of subzones to listview-template: zone * reworked condition to display multiple conditions * added race and gender conditions typos.. they are never entirely gone
This commit is contained in:
@@ -106,6 +106,9 @@ define('FILTER_CR_STRING', 4);
|
||||
define('FILTER_CR_ENUM', 5);
|
||||
define('FILTER_CR_STAFFFLAG', 6);
|
||||
|
||||
define('FILTER_ENUM_ANY', -2323);
|
||||
define('FILTER_ENUM_NONE', -2324);
|
||||
|
||||
// conditional information in template
|
||||
define('GLOBALINFO_SELF', 0x1); // id, name, icon
|
||||
define('GLOBALINFO_RELATED', 0x2); // spells used by pet, classes/races required by spell, ect
|
||||
|
||||
Reference in New Issue
Block a user