aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2012-12-01 02:21:12 +0100
committerVincent-Michael <Vincent_Michael@gmx.de>2012-12-01 02:21:12 +0100
commitf59ac9a945de0eea1875e54df15fbcebccdfd27c (patch)
tree94d297df8a8254c255e68934a3258036ee6ca699 /src
parentf957dd462f0618158236d851807b463e3f8a96c6 (diff)
Core: Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Conditions/ConditionMgr.h2
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);