Changeset 34 for trunk/src/game/WorldSession.cpp
- Timestamp:
- 11/19/08 13:25:37 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/WorldSession.cpp
r28 r34 280 280 // give honor to all attackers from set like group case 281 281 for(std::set<Player*>::const_iterator itr = aset.begin(); itr != aset.end(); ++itr) 282 (*itr)->RewardHonor(_player, aset.size());282 (*itr)->RewardHonor(_player, aset.size(), -1, true); 283 283 284 284 // give bg rewards and update counters like kill by first from attackers