Core/Quests: Implemented QUEST_OBJECTIVE_KILL_WITH_LABEL

Port From (https://github.com/TrinityCore/TrinityCore/commit/1fb4acc25ae89360e71d33a8f7cba99bcc028b32)
This commit is contained in:
Hondacrx
2025-02-23 14:20:00 -05:00
parent 3a2439ba15
commit 644206f0d5
14 changed files with 108 additions and 4 deletions
+1
View File
@@ -7726,6 +7726,7 @@ namespace Game
case QuestObjectiveType.Money:
case QuestObjectiveType.WinPvpPetBattles:
case QuestObjectiveType.ProgressBar:
case QuestObjectiveType.KillWithLabel:
break;
default:
Log.outError(LogFilter.Sql, "Quest {0} objective {1} has unhandled type {2}", qinfo.Id, obj.Id, obj.Type);