We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a90aee commit a99868bCopy full SHA for a99868b
src/server/game/Conditions/ConditionMgr.h
@@ -36,7 +36,7 @@ struct Condition;
36
enum ConditionTypes
37
{ // value1 value2 value3
38
CONDITION_NONE = 0, // 0 0 0 always true
39
- CONDITION_AURA = 1, // spell_id effindex use target? true if player (or target, if value3) has aura of spell_id with effect effindex
+ CONDITION_AURA = 1, // spell_id effindex 0 true if target has aura of spell_id with effect effindex
40
CONDITION_ITEM = 2, // item_id count bank true if has #count of item_ids (if 'bank' is set it searches in bank slots too)
41
CONDITION_ITEM_EQUIPPED = 3, // item_id 0 0 true if has item_id equipped
42
CONDITION_ZONEID = 4, // zone_id 0 0 true if in zone_id
0 commit comments