diff options
author | KingPin <none@none> | 2008-10-22 07:02:05 -0500 |
---|---|---|
committer | KingPin <none@none> | 2008-10-22 07:02:05 -0500 |
commit | 14598dd84f489a31cf451aeadd1bfea82f9a1cd7 (patch) | |
tree | c3954d0871e76a2cdb244a178acf74e9678d092f /src/game/ObjectMgr.cpp | |
parent | bde02d68298e31eb972ada39e5730786d629d32a (diff) |
[svn] * Implement honor rewards from quests - Source Mangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r-- | src/game/ObjectMgr.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 0650f4af964..8746ea8aed5 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -2808,11 +2808,10 @@ void ObjectMgr::LoadQuests() "RewItemId1, RewItemId2, RewItemId3, RewItemId4, RewItemCount1, RewItemCount2, RewItemCount3, RewItemCount4," // 89 90 91 92 93 94 95 96 97 98 "RewRepFaction1, RewRepFaction2, RewRepFaction3, RewRepFaction4, RewRepFaction5, RewRepValue1, RewRepValue2, RewRepValue3, RewRepValue4, RewRepValue5," - // 99 100 101 102 103 104 105 106 107 108 - "RewOrReqMoney, RewMoneyMaxLevel, RewSpell, RewSpellCast, RewMailTemplateId, RewMailDelaySecs, PointMapId, PointX, PointY, PointOpt," - // 109 110 111 112 113 114 115 116 117 118 - "DetailsEmote1, DetailsEmote2, DetailsEmote3, DetailsEmote4,IncompleteEmote, CompleteEmote, OfferRewardEmote1, OfferRewardEmote2, OfferRewardEmote3, OfferRewardEmote4," - // 119 120 + // 99 100 101 102 103 104 105 106 107 108 109 + "RewHonorableKills, RewOrReqMoney, RewMoneyMaxLevel, RewSpell, RewSpellCast, RewMailTemplateId, RewMailDelaySecs, PointMapId, PointX, PointY, PointOpt," + // 110 111 112 113 114 115 116 117 118 119 "DetailsEmote1, DetailsEmote2, DetailsEmote3, DetailsEmote4,IncompleteEmote, CompleteEmote, OfferRewardEmote1, OfferRewardEmote2, OfferRewardEmote3, OfferRewardEmote4," + // 120 121 "StartScript, CompleteScript" " FROM quest_template"); if(result == NULL) |