Show
Ignore:
Timestamp:
11/19/08 13:35:09 (17 years ago)
Author:
yumileroy
Message:

[svn] * Implement honor rewards from quests - Source Mangos

Original author: KingPin?
Date: 2008-10-22 07:02:05-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/QuestDef.h

    r44 r96  
    201201        std::string GetEndText() const { return EndText; } 
    202202        int32  GetRewOrReqMoney() const; 
     203        uint32 GetRewHonorableKills() const { return RewHonorableKills; } 
    203204        uint32 GetRewMoneyMaxLevel() const { return RewMoneyMaxLevel; } 
    204205                                                            // use in XP calculation at client 
     
    290291        std::string RequestItemsText; 
    291292        std::string EndText; 
     293        uint32 RewHonorableKills; 
    292294        int32  RewOrReqMoney; 
    293295        uint32 RewMoneyMaxLevel;