Update HookMgr.cpp

This commit is contained in:
Rochet2
2014-03-24 13:08:27 +02:00
committed by Foereaper
parent 0e79b2a499
commit 7f42e08d13

View File

@@ -319,7 +319,7 @@ bool HookMgr::OnUse(Player* pPlayer, Item* pItem, SpellCastTargets const& target
sEluna->ExecuteCall(4, 0);
}
// pPlayer->SendEquipError((InventoryResult)83, pItem, NULL);
return false;
return true;
}
bool HookMgr::OnExpire(Player* pPlayer, ItemTemplate const* pProto)