diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-12-01 02:21:12 +0100 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-12-01 02:21:12 +0100 |
commit | f59ac9a945de0eea1875e54df15fbcebccdfd27c (patch) | |
tree | 94d297df8a8254c255e68934a3258036ee6ca699 /src/server | |
parent | f957dd462f0618158236d851807b463e3f8a96c6 (diff) |
Core: Fix typo
Diffstat (limited to 'src/server')
-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 828a818a561..807b75c4ee6 100644 --- a/src/server/game/Conditions/ConditionMgr.h +++ b/src/server/game/Conditions/ConditionMgr.h @@ -244,7 +244,7 @@ class ConditionMgr ConditionList GetConditionsForSpellClickEvent(uint32 creatureId, uint32 spellId); ConditionList GetConditionsForSmartEvent(int32 entryOrGuid, uint32 eventId, uint32 sourceType); ConditionList GetConditionsForVehicleSpell(uint32 creatureId, uint32 spellId); - ConditionList GetConditionsForNpcVendorEvent(uint32 creatureId, uint32 spellId); + ConditionList GetConditionsForNpcVendorEvent(uint32 creatureId, uint32 itemId); private: bool isSourceTypeValid(Condition* cond); |