Removed #EQDEBUG Mob::AttackAnimation

This commit is contained in:
Akkadius 2015-01-16 02:10:10 -06:00
parent 1e741c1b92
commit 488e94df56

View File

@ -56,9 +56,9 @@ bool Mob::AttackAnimation(SkillUseTypes &skillinuse, int Hand, const ItemInst* w
int type = 0; int type = 0;
if (weapon && weapon->IsType(ItemClassCommon)) { if (weapon && weapon->IsType(ItemClassCommon)) {
const Item_Struct* item = weapon->GetItem(); const Item_Struct* item = weapon->GetItem();
#if EQDEBUG >= 11
logger.LogDebug(EQEmuLogSys::General, "Weapon skill:%i", item->ItemType); logger.LogDebugType(EQEmuLogSys::Detail, EQEmuLogSys::Attack, "Weapon skill : %i", item->ItemType);
#endif
switch (item->ItemType) switch (item->ItemType)
{ {
case ItemType1HSlash: // 1H Slashing case ItemType1HSlash: // 1H Slashing