Core|DB/Quests: Rename and re-order fields in quest_template table, for the sake of consistency

Order should match SMSG_QUEST_QUERY_RESPONSE
This commit is contained in:
Nay
2011-11-26 03:00:06 +00:00
parent a919265623
commit 5a4636c145
10 changed files with 516 additions and 513 deletions

View File

@@ -2125,7 +2125,7 @@ public:
{
Quest const* qInfo = sObjectMgr->GetQuestTemplate(QUEST_YOU_RE_NOT_SO_BIG_NOW);
if (qInfo)
CAST_PLR(killer)->KilledMonsterCredit(qInfo->ReqCreatureOrGOId[0], 0);
CAST_PLR(killer)->KilledMonsterCredit(qInfo->RequiredNpcOrGo[0], 0);
}
}
};