Core/SAI: Implemented new action SMART_ACTION_CREDIT_QUEST_OBJECTIVE_TALK_TO
Port From (https://github.com/TrinityCore/TrinityCore/commit/9261140c9ddc5b15bc2e0abe9d8755552ae74d82)
This commit is contained in:
@@ -390,6 +390,7 @@ namespace Framework.Constants
|
||||
TriggerGameEvent = 150, // eventId, useSaiTargetAsGameEventSource
|
||||
DoAction = 151,
|
||||
CompleteQuest = 152, // QuestId. Regular quests with objectives can't be completed with this action (only quests with QUEST_FLAGS_COMPLETION_EVENT, QUEST_FLAGS_COMPLETION_AREA_TRIGGER or QUEST_FLAGS_TRACKING_EVENT)
|
||||
CreditQuestObjectiveTalkTo = 153,
|
||||
End
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user