[c12608] Fix typo.

This commit is contained in:
jethro84530 2013-05-31 11:48:07 +01:00 committed by Antz
parent af1c665095
commit d24770cf34
3 changed files with 4 additions and 4 deletions

View file

@ -421,7 +421,7 @@ enum ConditionSource // From where was th
CONDITION_FROM_VENDOR = 6, // Used to check a condition from a vendor
CONDITION_FROM_SPELL_AREA = 7, // Used to check a condition from spell_area table
CONDITION_FROM_SPELLCLICK = 8, // Used to check a condition from npc_spellclick_spells table
CONDTION_FROM_DBSCRIPTS = 9, // Used to check a condition from DB Scripts Engine
CONDITION_FROM_DBSCRIPTS = 9, // Used to check a condition from DB Scripts Engine
};
class PlayerCondition