Core/ConditionMgr: revert CONDITION_GUID, can not be coded in current system without huge rewrites

--HG--
branch : trunk
This commit is contained in:
Rat
2010-09-24 19:55:44 +02:00
parent d2af10618f
commit b46b498141

View File

@@ -55,8 +55,7 @@ enum ConditionType
CONDITION_AREAID = 23, // area_id 0 +referenceID true if in area_id
CONDITION_ITEM_TARGET = 24, // ItemRequiredTargetType, TargetEntry, 0
CONDITION_SPELL = 25, // spell_id 0 +referenceID true if knows spell
CONDITION_GUID = 26, // guid 0 0 true if creature's guid is equal to 'guid'
CONDITION_MAX = 27 // MAX
CONDITION_MAX = 26 // MAX
};
enum ConditionSourceType