| 170 | |
| 171 | |
| 172 | void RewardsManager::LoadScript() |
| 173 | { |
| 174 | mScriptLoaded = false; |
| 175 | GetMissionScriptLoader()->LoadScriptAsync( const_cast<char*>( REWARDS_SCRIPT_FILE ), this ); |
| 176 | } |
| 177 | |
| 178 | |
| 179 | int RewardsManager::BindReward(char* name,char* filename, Reward::eRewardType rtype, Reward::eQuestType qtype, int level) |
nothing calls this directly
no test coverage detected