aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Events
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-05-16 19:14:23 +0200
committerShauren <shauren.trinity@gmail.com>2021-05-16 21:56:06 +0200
commitb9d63c2009c842a12876c2069ba0a3dd7d277f4a (patch)
tree26f87a38219aededbceacc6214847d3484bdcb2d /src/server/scripts/Events
parent72cfc0ef34857606651292ebf12b44fab0e9a025 (diff)
Core/Scripts: Remove deprecated overload of QuestReward without LootItemType argument
Diffstat (limited to 'src/server/scripts/Events')
-rw-r--r--src/server/scripts/Events/childrens_week.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Events/childrens_week.cpp b/src/server/scripts/Events/childrens_week.cpp
index 84c30ad7c1c..f718e3c2d67 100644
--- a/src/server/scripts/Events/childrens_week.cpp
+++ b/src/server/scripts/Events/childrens_week.cpp
@@ -676,7 +676,7 @@ class npc_the_etymidian : public CreatureScript
Initialize();
}
- void QuestReward(Player* /*player*/, Quest const* quest, uint32 /*opt*/) override
+ void QuestReward(Player* /*player*/, Quest const* quest, LootItemType /*type*/, uint32 /*opt*/) override
{
if (quest->GetQuestId() != QUEST_THE_ACTIVATION_RUNE)
return;