aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Northrend
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/scripts/Northrend')
-rw-r--r--src/server/scripts/Northrend/zone_sholazar_basin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/zone_sholazar_basin.cpp b/src/server/scripts/Northrend/zone_sholazar_basin.cpp
index 1e8a13dbc33..f83c55b201c 100644
--- a/src/server/scripts/Northrend/zone_sholazar_basin.cpp
+++ b/src/server/scripts/Northrend/zone_sholazar_basin.cpp
@@ -342,7 +342,7 @@ public:
if (uint32(quest->Objectives[i].ObjectID) != me->GetEntry())
continue;
- if (player->GetQuestObjectiveData(quest, i) != 0)
+ if (player->GetQuestObjectiveData(quest->Objectives[i]) != 0)
continue;
player->KilledMonsterCredit(me->GetEntry());