Changeset 97
- Timestamp:
- 11/19/08 13:35:13 (17 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/sql/world.sql
r85 r97 2683 2683 `RewRepValue4` mediumint(9) NOT NULL default '0', 2684 2684 `RewRepValue5` mediumint(9) NOT NULL default '0', 2685 `RewHonorableKills` mediumint(9) unsigned NOT NULL default '0', 2685 2686 `RewOrReqMoney` int(11) NOT NULL default '0', 2686 2687 `RewMoneyMaxLevel` int(10) unsigned NOT NULL default '0', -
trunk/src/game/GossipDef.cpp
r96 r97 468 468 } 469 469 470 // rewarded honor points. Multiply with 10 to satisfy client data << uint32(pQuest->GetRewSpell()); // reward spell, this spell will display (icon) (casted if RewSpellCast==0) 470 // rewarded honor points. Multiply with 10 to satisfy client 471 data << uint32(pQuest->GetRewSpell()); // reward spell, this spell will display (icon) (casted if RewSpellCast==0) 471 472 data << uint32(10*Trinity::Honor::hk_honor_at_level(pSession->GetPlayer()->getLevel(), pQuest->GetRewHonorableKills())); 472 473 data << uint32(pQuest->GetRewSpellCast()); // casted spell