mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 12:31:31 +00:00
Debug >= 11 compile fail fix
This commit is contained in:
parent
d721580c9f
commit
fe4872c921
@ -538,9 +538,9 @@ void Client::AddItemBonuses(const ItemInst *inst, StatBonuses* newbon, bool isAu
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Client::CalcEdibleBonuses(StatBonuses* newbon) {
|
void Client::CalcEdibleBonuses(StatBonuses* newbon) {
|
||||||
#if EQDEBUG >= 11
|
//#if EQDEBUG >= 11
|
||||||
std::cout<<"Client::CalcEdibleBonuses(StatBonuses* newbon)"<<std::endl;
|
// std::cout<<"Client::CalcEdibleBonuses(StatBonuses* newbon)"<<std::endl;
|
||||||
#endif
|
//#endif
|
||||||
// Search player slots for skill=14(food) and skill=15(drink)
|
// Search player slots for skill=14(food) and skill=15(drink)
|
||||||
uint32 i;
|
uint32 i;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user