mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-24 18:47:45 +00:00
Client can boot. No lobby yet though.
This commit is contained in:
parent
ad427fa390
commit
27f82f64b4
3 changed files with 13895 additions and 12891 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -33,11 +33,6 @@ Sapphire::Item::Item( uint64_t uId, uint32_t catalogId, bool isHq ) :
|
||||||
m_defense = itemInfo->defensePhys;
|
m_defense = itemInfo->defensePhys;
|
||||||
m_defenseMag = itemInfo->defenseMag;
|
m_defenseMag = itemInfo->defenseMag;
|
||||||
|
|
||||||
for( int i = 0; i < 6; ++i )
|
|
||||||
{
|
|
||||||
m_baseParam[i].baseParam = itemInfo->param[i].baseparam;
|
|
||||||
m_baseParam[i].value = itemInfo->param[i].value;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
uint16_t Sapphire::Item::getDefense() const
|
uint16_t Sapphire::Item::getDefense() const
|
||||||
|
|
Loading…
Add table
Reference in a new issue