mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
Removed #EQDEBUG Mob::AttackAnimation
This commit is contained in:
parent
1e741c1b92
commit
488e94df56
@ -56,9 +56,9 @@ bool Mob::AttackAnimation(SkillUseTypes &skillinuse, int Hand, const ItemInst* w
|
||||
int type = 0;
|
||||
if (weapon && weapon->IsType(ItemClassCommon)) {
|
||||
const Item_Struct* item = weapon->GetItem();
|
||||
#if EQDEBUG >= 11
|
||||
logger.LogDebug(EQEmuLogSys::General, "Weapon skill:%i", item->ItemType);
|
||||
#endif
|
||||
|
||||
logger.LogDebugType(EQEmuLogSys::Detail, EQEmuLogSys::Attack, "Weapon skill : %i", item->ItemType);
|
||||
|
||||
switch (item->ItemType)
|
||||
{
|
||||
case ItemType1HSlash: // 1H Slashing
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user