diff options
author | Aokromes <aokromes@gmail.com> | 2017-08-20 12:59:29 +0200 |
---|---|---|
committer | Aokromes <aokromes@gmail.com> | 2017-08-20 12:59:29 +0200 |
commit | 5c2c84fc50d21ef26ff8fa8e55c71a8723182f9e (patch) | |
tree | 074fbc3c57197a27a2170c145964b56d82ccd9d9 /src/server/game/Conditions/ConditionMgr.h | |
parent | 90328b594b8d10202281a122ae19b1834eb4149a (diff) |
Core/Conditions: Rename CONDITION_SOURCE_TYPE_QUEST_ACCEPT to CONDITION_SOURCE_TYPE_QUEST_AVAILABLE
By Malcrom
Diffstat (limited to 'src/server/game/Conditions/ConditionMgr.h')
-rw-r--r-- | src/server/game/Conditions/ConditionMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Conditions/ConditionMgr.h b/src/server/game/Conditions/ConditionMgr.h index e1e41206424..4c2fc3716fb 100644 --- a/src/server/game/Conditions/ConditionMgr.h +++ b/src/server/game/Conditions/ConditionMgr.h @@ -154,7 +154,7 @@ enum ConditionSourceType CONDITION_SOURCE_TYPE_CREATURE_TEMPLATE_VEHICLE = 16, CONDITION_SOURCE_TYPE_SPELL = 17, CONDITION_SOURCE_TYPE_SPELL_CLICK_EVENT = 18, - CONDITION_SOURCE_TYPE_QUEST_ACCEPT = 19, + CONDITION_SOURCE_TYPE_QUEST_AVAILABLE = 19, // Condition source type 20 unused CONDITION_SOURCE_TYPE_VEHICLE_SPELL = 21, CONDITION_SOURCE_TYPE_SMART_EVENT = 22, |