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

@@ -1009,7 +1009,7 @@ public:
if (qInfo)
{
//TODO: prisoner should help player for a short period of time
player->KilledMonsterCredit(qInfo->ReqCreatureOrGOId[0], 0);
player->KilledMonsterCredit(qInfo->RequiredNpcOrGo[0], 0);
pPrisoner->DisappearAndDie();
}
return true;