With the changes in item proto type by tomrus of the following below Linux cores or Windows will not compile now.
- ITEM_MOD_FERAL_ATTACK_POWER = 40,
+ //ITEM_MOD_FERAL_ATTACK_POWER = 40, // not in 3.3
../../../src/game/Player.cpp: In member function 'void Player::_ApplyItemBonuses(const ItemPrototype*, uint8, bool, bool)':
../../../src/game/Player.cpp:6785: error: 'ITEM_MOD_FERAL_ATTACK_POWER' was not declared in this scope
../../../src/game/Player.cpp: In member function 'void Player::ApplyEnchantment(Item*, EnchantmentSlot, bool, bool, bool)':
../../../src/game/Player.cpp:12127: error: 'ITEM_MOD_FERAL_ATTACK_POWER' was not declared in this scope
http://paste2.org/p/638095
Now it wont compile the core on Linux OR Windows!