Changeset 97

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

[svn] Add missing SQL changes from prev. commit, also fix mistakenly commented out line. Patch provided by Visagalis.

Original author: w12x
Date: 2008-10-22 08:43:09-05:00

Location:
trunk
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/sql/world.sql

    r85 r97  
    26832683  `RewRepValue4` mediumint(9) NOT NULL default '0', 
    26842684  `RewRepValue5` mediumint(9) NOT NULL default '0', 
     2685  `RewHonorableKills` mediumint(9) unsigned NOT NULL default '0', 
    26852686  `RewOrReqMoney` int(11) NOT NULL default '0', 
    26862687  `RewMoneyMaxLevel` int(10) unsigned NOT NULL default '0', 
  • trunk/src/game/GossipDef.cpp

    r96 r97  
    468468    } 
    469469 
    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) 
    471472    data << uint32(10*Trinity::Honor::hk_honor_at_level(pSession->GetPlayer()->getLevel(), pQuest->GetRewHonorableKills())); 
    472473    data << uint32(pQuest->GetRewSpellCast());              // casted spell